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 | 4d0453030a6f7e26ca2f787e3eb3dbbcf421fea8 (patch) | |
| tree | 51ba35d042661fb3cbf6c361016ee76573878c3f | |
| parent | 3ab9aa7ba063b14918a7f4427c45ffc6e4d1e7d8 (diff) | |
| download | upstream-4d0453030a6f7e26ca2f787e3eb3dbbcf421fea8.tar.gz upstream-4d0453030a6f7e26ca2f787e3eb3dbbcf421fea8.tar.bz2 upstream-4d0453030a6f7e26ca2f787e3eb3dbbcf421fea8.zip | |
compile fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2262 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 2d1d573546f..48b9bcad976 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) |
