summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300/Makefile
diff options
context:
space:
mode:
authorCyril Jourdan2012-08-07 14:23:46 +0200
committerCyril Jourdan2012-09-20 09:42:58 +0200
commite681a42fe85af9393cf88ed9edb2b3d5fb09899d (patch)
tree52c8a9dcddae25f4dcd773b4c7b75e6b9d11a391 /cleopatre/linux-2.6.25.10-spc300/Makefile
parenta637db1afee6307b2bd5a35885f6e01c0fee1ffd (diff)
{cleo/u-boot, common}: use every file in common/include/asm/arch, refs #3119
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300/Makefile')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/Makefile b/cleopatre/linux-2.6.25.10-spc300/Makefile
index f200a7945d..c9008290b3 100644
--- a/cleopatre/linux-2.6.25.10-spc300/Makefile
+++ b/cleopatre/linux-2.6.25.10-spc300/Makefile
@@ -328,7 +328,7 @@ LINUXINCLUDE := -Iinclude \
$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \
-include include/linux/autoconf.h
-KBUILD_CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE)
+KBUILD_CPPFLAGS := -DLINUX_COMPILE -D__KERNEL__ $(LINUXINCLUDE)
KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common \