summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-10-08 20:15:42 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-10-08 20:15:42 +0000
commitd14c6b29eb4e2b23cf2d90b15cc8774a72a06d31 (patch)
tree865fc921b75f7e1f5a91d7caecf62b8bdc80a91d /tools/Makefile
parent5322ca7a30c697fb8f376cb83f0d431ac8d51075 (diff)
downloadmtk-20170518-d14c6b29eb4e2b23cf2d90b15cc8774a72a06d31.zip
mtk-20170518-d14c6b29eb4e2b23cf2d90b15cc8774a72a06d31.tar.gz
mtk-20170518-d14c6b29eb4e2b23cf2d90b15cc8774a72a06d31.tar.bz2
tools: add b43-tools
Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools. SVN-Revision: 33668
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 842926a..620da05 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -25,6 +25,9 @@ ifneq ($(CONFIG_TARGET_ar71xx),)
tools-y += lzma-old squashfs
endif
tools-y += lzma squashfs4
+ifneq ($(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_kmod-b43legacy),)
+tools-y += b43-tools
+endif
ifneq ($(CONFIG_PACKAGE_firmwarehotplug),)
tools-y += sdcc
@@ -64,6 +67,7 @@ $(curdir)/missing-macros/compile := $(curdir)/automake/install
$(curdir)/e2fsprogs/compile := $(curdir)/automake/install
$(curdir)/libelf/compile := $(curdir)/automake/install
$(curdir)/sdcc/compile := $(curdir)/bison/install
+$(curdir)/b43-tools/compile := $(curdir)/bison/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))