diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 21:26:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 21:26:55 +0000 |
commit | 0576b62a0fe542017bed830ea217e6a3e7d95493 (patch) | |
tree | 005b00b6165d758c8f76bffd1296fafa5e011249 /openwrt/target/linux/package/wlcompat/Makefile | |
parent | 0fd4a35ec95b1cabaa4115814ec7d2f75a936854 (diff) | |
download | mtk-20170518-0576b62a0fe542017bed830ea217e6a3e7d95493.zip mtk-20170518-0576b62a0fe542017bed830ea217e6a3e7d95493.tar.gz mtk-20170518-0576b62a0fe542017bed830ea217e6a3e7d95493.tar.bz2 |
compile fix
SVN-Revision: 2262
Diffstat (limited to 'openwrt/target/linux/package/wlcompat/Makefile')
-rw-r--r-- | openwrt/target/linux/package/wlcompat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/wlcompat/Makefile b/openwrt/target/linux/package/wlcompat/Makefile index 2d1d573..48b9bca 100644 --- a/openwrt/target/linux/package/wlcompat/Makefile +++ b/openwrt/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) |