diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-06 16:01:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-06 16:01:02 +0000 |
commit | 5c91b34ed732afddfcb15fdf857f6939c050dfb1 (patch) | |
tree | b22ed9f417c65c8d2e4f3b0a3f22850226c54a04 /package/hostapd/Makefile | |
parent | 8c37a0f09839bea3fa515e892afac0545b999538 (diff) | |
download | upstream-5c91b34ed732afddfcb15fdf857f6939c050dfb1.tar.gz upstream-5c91b34ed732afddfcb15fdf857f6939c050dfb1.tar.bz2 upstream-5c91b34ed732afddfcb15fdf857f6939c050dfb1.zip |
hostapd: fix parallel build issues and spurious object file rebuilds
SVN-Revision: 33630
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 5d279c51c5..2fbfb98e3c 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -238,6 +238,7 @@ define Build/RunMake $(TARGET_CONFIGURE_OPTS) \ $(DRIVER_MAKEOPTS) \ LIBS="$(TARGET_LDFLAGS)" \ + BCHECK= \ $(2) endef |