summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-07 10:52:51 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-07 10:52:51 +0200
commit01fc738b46c0df35b41806c99f32d132743dbe59 (patch)
tree1d6ade2c742e1dd35fbf412e5c80b86c6c2ff0e2 /tools
parentc1c49d9456b3ba884c0a10a49d9e01ce000506ee (diff)
downloadmaster-31e0f0ae-01fc738b46c0df35b41806c99f32d132743dbe59.tar.gz
master-31e0f0ae-01fc738b46c0df35b41806c99f32d132743dbe59.tar.bz2
master-31e0f0ae-01fc738b46c0df35b41806c99f32d132743dbe59.zip
tools: build b43 tools if the SDK was enabled
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 179306dfc0..4fb583edde 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -23,7 +23,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
endif
endif
endif
-ifneq ($(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_b43legacy-firmware)$(CONFIG_BRCMSMAC_USE_FW_FROM_WL),)
+ifneq ($(CONFIG_SDK)$(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_b43legacy-firmware)$(CONFIG_BRCMSMAC_USE_FW_FROM_WL),)
BUILD_B43_TOOLS = y
endif