9
0
Fork 0

svn_rev_428

add -D __U_BOOT__
This commit is contained in:
Sascha Hauer 2007-07-05 18:01:53 +02:00 committed by Sascha Hauer
parent 2eec7c7d41
commit a8b814d529
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ LINUXINCLUDE := -Iinclude \
$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \
-include include/linux/autoconf.h
CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE)
CPPFLAGS := -D__KERNEL__ -D__U_BOOT__ $(LINUXINCLUDE)
CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common