aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-22 21:26:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-22 21:26:55 +0000
commit7231d4f388cebd4511545d91693f7967f9f42b45 (patch)
tree82356bc02eed840f3ed81b62dcac0f554eaca376 /target
parent1b354a2df4f22d18483e4040b89c9e402cd80265 (diff)
downloadmaster-187ad058-7231d4f388cebd4511545d91693f7967f9f42b45.tar.gz
master-187ad058-7231d4f388cebd4511545d91693f7967f9f42b45.tar.bz2
master-187ad058-7231d4f388cebd4511545d91693f7967f9f42b45.zip
compile fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2262 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/wlcompat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/wlcompat/Makefile b/target/linux/package/wlcompat/Makefile
index 2d1d573546..48b9bcad97 100644
--- a/target/linux/package/wlcompat/Makefile
+++ b/target/linux/package/wlcompat/Makefile
@@ -18,7 +18,7 @@ endif
WLCOMPAT_FLAGS:=$(TARGET_CFLAGS) -D__KERNEL__ -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 \
-mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 \
-Wa,-mips32 -Wa,--trap -DMODULE -mlong-calls -fno-common -I. -I linux-2.4 -funsigned-char -nostdinc \
- -iwithprefix include -I$(KERNEL_DIR)/include -I$(KERNEL_DIR)/include/asm/gcc -I../openwrt/include -c
+ -iwithprefix include -I$(KERNEL_DIR)/include -I$(KERNEL_DIR)/include/asm/gcc -I$(STAGING_DIR)/usr/include -c
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $(PKG_BUILD_DIR)