cd7f116020
--HG-- extra : convert_revision : 1af7a3bb15a5cbb7a59f445561f8ffa6f1f7984f
10 lines
494 B
Diff
10 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)
|
|
|