diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:21 +0000 |
commit | fb9a672c788eeb0e77cfd227d425c1cc6468b923 (patch) | |
tree | b5515e5753d6293e2efb1d6051f58a9fe9b56d32 /tools/firmware-utils/Makefile | |
parent | 0677e162481b9624760ed1f8ffa6f56a2ebe4fe9 (diff) | |
download | upstream-fb9a672c788eeb0e77cfd227d425c1cc6468b923.tar.gz upstream-fb9a672c788eeb0e77cfd227d425c1cc6468b923.tar.bz2 upstream-fb9a672c788eeb0e77cfd227d425c1cc6468b923.zip |
tools/firmware-utils: add buffalo specific fw tools
SVN-Revision: 27050
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 2 |
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 |