From 4e51186fb663b57ac7c53517947510d2e1e9de01 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 21 Jun 2006 09:49:35 -0700 Subject: [klibc] Need EXTRA_KLIBCCFLAGS for O= to work correctly. For the syscalls build, need EXTRA_KLIBCCFLAGS in order for the build not to break with O=. Signed-off-by: H. Peter Anvin --- usr/klibc/syscalls/Kbuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/klibc/syscalls/Kbuild b/usr/klibc/syscalls/Kbuild index debcd16329b1b..e7ae1d24b4015 100644 --- a/usr/klibc/syscalls/Kbuild +++ b/usr/klibc/syscalls/Kbuild @@ -28,6 +28,8 @@ clean-files += $(KLIBCINC)/klibc/havesyscall.h # All the syscall stubs clean-files += *.o *.S *.c *.list *.bin +EXTRA_KLIBCCFLAGS := -I$(srctree)/$(src) + quiet_cmd_makelist = LIST $@ cmd_makelist = echo '$(filter-out FORCE,$^)' > $@ -- cgit 1.2.3-korg