diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-24 16:21:30 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-24 16:21:30 +0000 |
commit | 7e9a1e3568b076646c03a2f813457b64101427c2 (patch) | |
tree | 71921eb49143793bbeaf1936f5f48b25ec9c2bc1 /tools/Makefile | |
parent | 3b9cca8804149f2292266142fa62690e5b05791d (diff) |
[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 |