summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/wlcompat/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-06-11 01:48:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-06-11 01:48:39 +0000
commit55474bd3a4ba2f59088ce9c5a60f21e80a6714bb (patch)
tree3f1d28a630aa1ed740265fb0db627648351cd655 /openwrt/target/linux/package/wlcompat/Makefile
parent5c382ab9e268e34bc29ecb3bdb3d93765bb9d69e (diff)
downloadmtk-20170518-55474bd3a4ba2f59088ce9c5a60f21e80a6714bb.zip
mtk-20170518-55474bd3a4ba2f59088ce9c5a60f21e80a6714bb.tar.gz
mtk-20170518-55474bd3a4ba2f59088ce9c5a60f21e80a6714bb.tar.bz2
some fixes for wlcompat
SVN-Revision: 1194
Diffstat (limited to 'openwrt/target/linux/package/wlcompat/Makefile')
-rw-r--r--openwrt/target/linux/package/wlcompat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/wlcompat/Makefile b/openwrt/target/linux/package/wlcompat/Makefile
index 777a731..da90552 100644
--- a/openwrt/target/linux/package/wlcompat/Makefile
+++ b/openwrt/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