X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5318f05f8297bb59098ab24b344bf8fe4b66e889..947c8ccd922bd59978a0f625a3fc26cb0fa8e039:/openwrt/target/linux/package/wlcompat/Makefile diff --git a/openwrt/target/linux/package/wlcompat/Makefile b/openwrt/target/linux/package/wlcompat/Makefile index 777a73164..da905527c 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