From 0e4e5fbf63dd0eda50cedca474837b7facce7d10 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 9 Apr 2012 15:24:47 +0000 Subject: tools: add sdcc subdir to Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31228 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 87a2940d0..6635b68e2 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 -- cgit v1.2.3