diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-09 15:24:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-09 15:24:47 +0000 |
commit | 12df76d065bef609d2d81c2e11fa40bd65f6df7b (patch) | |
tree | f323d374fce0c21321baee2bb3b7921a10171b9e | |
parent | b409973545921c450538daa4e8b0f9ffe9b2a387 (diff) | |
download | upstream-12df76d065bef609d2d81c2e11fa40bd65f6df7b.tar.gz upstream-12df76d065bef609d2d81c2e11fa40bd65f6df7b.tar.bz2 upstream-12df76d065bef609d2d81c2e11fa40bd65f6df7b.zip |
tools: add sdcc subdir to Makefile
SVN-Revision: 31228
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 87a2940d02..6635b68e25 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,6 +25,10 @@ tools-y += lzma-old squashfs endif tools-y += lzma squashfs4 +ifneq ($(CONFIG_PACKAGE_firmwarehotplug),) +tools-y += sdcc +endif + ifdef CONFIG_GCC_USE_GRAPHITE ifeq ($(CONFIG_GCC_USE_SYSTEM_PPL_CLOOG),) tools-y += ppl cloog |