Changeset 938f227 in mainline


Ignore:
Timestamp:
2010-05-26T15:00:24Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf84f1bf
Parents:
e805e2f
Message:

add indentation

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    re805e2f r938f227  
    8484
    8585ifeq ($(CONFIG_OPTIMIZE_FOR_SIZE),y)
    86 OPTIMIZATION = s
     86        OPTIMIZATION = s
    8787else
    88 OPTIMIZATION = 3
     88        OPTIMIZATION = 3
    8989endif
    9090
  • uspace/Makefile.common

    re805e2f r938f227  
    105105
    106106ifeq ($(CONFIG_OPTIMIZE_FOR_SIZE),y)
    107 OPTIMIZATION = s
     107        OPTIMIZATION = s
    108108else
    109 OPTIMIZATION = 3
     109        OPTIMIZATION = 3
    110110endif
    111111
Note: See TracChangeset for help on using the changeset viewer.