summaryrefslogtreecommitdiffstats
path: root/package/make
diff options
context:
space:
mode:
Diffstat (limited to 'package/make')
-rw-r--r--package/make/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/make/Config.in b/package/make/Config.in
index ea2ae1b58..e5cc97009 100644
--- a/package/make/Config.in
+++ b/package/make/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_MAKE
bool "make"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
+ # We no longer support a toolchain on the target
+ depends on BR2_DEPRECATED
help
A tool which controls the generation of executables and other
non-source files of a program from the program's source files.