vp-build/templates/klibc/patches/Kbuild.klibc.diff
Juan RP cd7f116020 klibc: make this build with newer kernel headers.
--HG--
extra : convert_revision : 1af7a3bb15a5cbb7a59f445561f8ffa6f1f7984f
2009-10-16 03:02:57 +02:00

11 lines
494 B
Diff

--- scripts/Kbuild.klibc.orig 2009-10-16 02:56:59.000000000 +0200
+++ scripts/Kbuild.klibc 2009-10-16 02:57:45.000000000 +0200
@@ -104,6 +104,7 @@ KLIBCCPPFLAGS := -nostdinc -iwithpref
# kernel include paths
KLIBCKERNELSRC ?= $(srctree)/
KLIBCCPPFLAGS += -I$(KLIBCKERNELSRC)include \
+ -I$(KLIBCKERNELSRC)arch/x86/include \
$(if $(KBUILD_SRC),-I$(KLIBCKERNELOBJ)include2 -I$(KLIBCKERNELOBJ)include -I$(srctree)/include) \
$(KLIBCARCHINCFLAGS)