summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-09 01:03:07 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-11 21:22:34 +0800
commit18e18dd13b5d756d9ac32458a7982d25056328fb (patch)
tree750a7e3cdfdad0762a0c3eef87d617c3e4d92070 /Makefile
parent507319e13bd5e0ad13138970e90e8426d08f5817 (diff)
downloadbarebox-18e18dd13b5d756d9ac32458a7982d25056328fb.tar.gz
barebox-18e18dd13b5d756d9ac32458a7982d25056328fb.tar.xz
kconfig: sync to linux 3.2-rc4
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb7ba8dac6..d8e685ec43 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,8 @@ LINUXINCLUDE := -Iinclude \
$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \
-I$(srctree)/arch/$(ARCH)/include \
-I$(objtree)/arch/$(ARCH)/include \
- -include include/generated/autoconf.h
+ -include include/generated/autoconf.h \
+ -include $(srctree)/include/linux/kconfig.h
CPPFLAGS := -D__KERNEL__ -D__BAREBOX__ $(LINUXINCLUDE) -fno-builtin -ffreestanding