mirror of
https://github.com/openwrt/openwrt.git
synced 2025-08-12 22:26:10 +08:00
tools: add sdcc subdir to Makefile
SVN-Revision: 31228
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user