From 41082590e3aeb09f43656836f71b970551be5e98 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 31 May 2011 22:53:21 +0000 Subject: tools/firmware-utils: add buffalo specific fw tools git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27050 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/firmware-utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/firmware-utils/Makefile') 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 -- cgit v1.2.3