diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-07 10:52:51 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-07 10:52:51 +0200 |
commit | 01fc738b46c0df35b41806c99f32d132743dbe59 (patch) | |
tree | 1d6ade2c742e1dd35fbf412e5c80b86c6c2ff0e2 /tools | |
parent | c1c49d9456b3ba884c0a10a49d9e01ce000506ee (diff) | |
download | upstream-01fc738b46c0df35b41806c99f32d132743dbe59.tar.gz upstream-01fc738b46c0df35b41806c99f32d132743dbe59.tar.bz2 upstream-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/Makefile | 2 |
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 |