aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-05-31 22:53:21 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-05-31 22:53:21 +0000
commit37ae50ee245fd8b3d0e3476af148ca8256717884 (patch)
tree67666294e175a494203dfa1cf738469dd5ffc571 /tools/firmware-utils/Makefile
parent6f14177314085502d798a9c79b60623350d338dd (diff)
downloadmaster-187ad058-37ae50ee245fd8b3d0e3476af148ca8256717884.tar.gz
master-187ad058-37ae50ee245fd8b3d0e3476af148ca8256717884.tar.bz2
master-187ad058-37ae50ee245fd8b3d0e3476af148ca8256717884.zip
tools/firmware-utils: add buffalo specific fw tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27050 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index ce2a15d4b4..ebec10b022 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -50,6 +50,8 @@ define Host/Compile
$(call cc,spw303v)
$(call cc,trx2edips)
$(call cc,xorimage)
+ $(call cc,buffalo-enc buffalo-lib, -Wall)
+ $(call cc,buffalo-tag buffalo-lib, -Wall)
endef
define Host/Install