Changeset 938f227 in mainline for kernel/Makefile


Ignore:
Timestamp:
2010-05-26T15:00:24Z (15 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.