diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 01:48:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 01:48:39 +0000 |
commit | 6deb833ab2df5c3bf502a150f5f4f05f705271b9 (patch) | |
tree | 501296d7221e1baea0f08697a26db03b2f5fb3c4 /target/linux/package/wlcompat/Makefile | |
parent | e97b2976a8aeb0754735f82cc96bc8a041734d67 (diff) | |
download | upstream-6deb833ab2df5c3bf502a150f5f4f05f705271b9.tar.gz upstream-6deb833ab2df5c3bf502a150f5f4f05f705271b9.tar.bz2 upstream-6deb833ab2df5c3bf502a150f5f4f05f705271b9.zip |
some fixes for wlcompat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1194 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/wlcompat/Makefile')
-rw-r--r-- | target/linux/package/wlcompat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/wlcompat/Makefile b/target/linux/package/wlcompat/Makefile index 777a731641..da905527cd 100644 --- a/target/linux/package/wlcompat/Makefile +++ b/target/linux/package/wlcompat/Makefile @@ -26,10 +26,10 @@ $(PKG_BUILD_DIR)/.prepared: $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/wlcompat.o $(PKG_BUILD_DIR)/wlcompat-debug.o touch $@ -$(PKG_BUILD_DIR)/wlcompat.o: +$(PKG_BUILD_DIR)/wlcompat.o: $(PKG_BUILD_DIR)/.prepared $(TARGET_CC) $(WLCOMPAT_FLAGS) -o $@ wlcompat.c -$(PKG_BUILD_DIR)/wlcompat-debug.o: +$(PKG_BUILD_DIR)/wlcompat-debug.o: $(PKG_BUILD_DIR)/.prepared $(TARGET_CC) -DDEBUG $(WLCOMPAT_FLAGS) -o $@ wlcompat.c $(IPKG_KMOD_WLCOMPAT): $(PKG_BUILD_DIR)/wlcompat.o $(PKG_BUILD_DIR)/wlcompat-debug.o |