diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-03 13:55:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-03 13:55:59 +0000 |
commit | ce3b7d15c9ded3512c1558371bf0f087ba352433 (patch) | |
tree | ba92b3c838f5a823181b4745eeb0151433da8349 /packages/dsplink/files | |
parent | 8b87ea1864999c63968dd5e7891409e460923945 (diff) |
dsplink: add -include linux/autoconf.h to the kernel cflags, obsoleting patches adding #includes for that
Diffstat (limited to 'packages/dsplink/files')
-rw-r--r-- | packages/dsplink/files/davinci_mvlpro5.0.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dsplink/files/davinci_mvlpro5.0.mk b/packages/dsplink/files/davinci_mvlpro5.0.mk index 66365f607b..2379bc359e 100644 --- a/packages/dsplink/files/davinci_mvlpro5.0.mk +++ b/packages/dsplink/files/davinci_mvlpro5.0.mk @@ -99,7 +99,7 @@ CC_SW_DEB := -g # ---------------------------------------------------------------------------- # Standard flags for the compiler # ---------------------------------------------------------------------------- -STD_KRNL_FLAGS := -c -iwithprefix include -Iinclude -Wall -Wstrict-prototypes\ +STD_KRNL_FLAGS := -include linux/autoconf.h -c -iwithprefix include -Iinclude -Wall -Wstrict-prototypes\ -Wno-trigraphs -fno-strict-aliasing -fno-common \ -fno-omit-frame-pointer -mapcs -mno-sched-prolog \ -mlittle-endian -D__LINUX_ARM_ARCH__=5 -march=armv5t \ |