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 | e685d45ebb7560a4da751f03939abb39d607d45e (patch) | |
tree | edb700b8a3274edc76416b1ce5d7d9dd89205398 | |
parent | 102fa9b71817a3680ed6ff805857032590ef26a6 (diff) | |
download | upstream-e685d45ebb7560a4da751f03939abb39d607d45e.tar.gz upstream-e685d45ebb7560a4da751f03939abb39d607d45e.tar.bz2 upstream-e685d45ebb7560a4da751f03939abb39d607d45e.zip |
tools: add sdcc subdir to Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31228 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |