diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-24 16:21:30 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-24 16:21:30 +0000 |
commit | 0a3142244fa33c0f14f657a7ec80e1f583f22e51 (patch) | |
tree | 71921eb49143793bbeaf1936f5f48b25ec9c2bc1 /tools/Makefile | |
parent | 0a7525758fccb5a5fc3b0d4c5af21ca4dd2b2e22 (diff) | |
download | master-187ad058-0a3142244fa33c0f14f657a7ec80e1f583f22e51.tar.gz master-187ad058-0a3142244fa33c0f14f657a7ec80e1f583f22e51.tar.bz2 master-187ad058-0a3142244fa33c0f14f657a7ec80e1f583f22e51.zip |
[tools] sdcc: drop tool, it is not used since r31227
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38167 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile index d0dc53bf20..dab7bc63c2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -31,10 +31,6 @@ ifneq ($(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_kmod-b43legacy)$(CONFIG_BRCMSM tools-y += b43-tools endif -ifneq ($(CONFIG_PACKAGE_firmwarehotplug),) -tools-y += sdcc -endif - ifdef CONFIG_GCC_USE_GRAPHITE ifeq ($(CONFIG_GCC_USE_SYSTEM_PPL_CLOOG),) tools-y += ppl cloog |