summaryrefslogtreecommitdiff
path: root/klibc
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-03 00:51:51 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:25 -0700
commit977083c253a6c7ec282f1cf36c496ee280dbf069 (patch)
treed96c100588e6e646dc3dfd62af2472466b470466 /klibc
parentc7e2a0bc082321bceea7ac86fa6e1a42bcc91072 (diff)
[PATCH] add KERNEL_DIR option so that the distros will be happy
Based on a patch from Svetoslav Slavtchev <svetljo@gmx.de>
Diffstat (limited to 'klibc')
-rw-r--r--klibc/MCONFIG2
1 files changed, 1 insertions, 1 deletions
diff --git a/klibc/MCONFIG b/klibc/MCONFIG
index ed7755b382..8b5da4154b 100644
--- a/klibc/MCONFIG
+++ b/klibc/MCONFIG
@@ -12,7 +12,7 @@ REQFLAGS = $(ARCHREQFLAGS) -nostdinc -iwithprefix include -I$(KLIBSRC) \
-I$(KLIBSRC)/arch/$(ARCH)/include \
-I$(KLIBSRC)/include/bits$(BITSIZE) \
-D__KLIBC__ -DBITSIZE=$(BITSIZE) -I$(KLIBSRC)/include \
- -I$(SRCROOT)/linux/include
+ -I$(KERNEL_DIR)/include
LDFLAGS =
AR = $(CROSS)ar
RANLIB = $(CROSS)ranlib