summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2014-04-07 11:56:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-16 19:37:08 +0200
commit5f70a007c8e5a6c1ae6a01739a53c87c0fafbe44 (patch)
treed05c3ba6645a2da0acf12ea2e028f1c0f74a527b /Makefile
parent690d8ff5bcf317b3b8b2457da759659017fad442 (diff)
toolchain: add a hidden config option to enable the toolchain package
The usual way to enable a package using the package infrastructure is to use a config option so instead to add the toolchain package to the TARGETS variable in the Makefile add a config option like all the other toolchain packages. [Thomas: remove comment that no longer made sense in the main Makefile, and add a comment above the new hidden Config.in option to explain what it is useful for.] Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 137921ca2..0f8ca72b8 100644
--- a/Makefile
+++ b/Makefile
@@ -294,14 +294,7 @@ unexport TERMINFO
GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)
-################################################################################
-#
-# The list of stuff to build for the target toolchain
-# along with the packages to build for the target.
-#
-################################################################################
-
-TARGETS:= toolchain
+TARGETS :=
# silent mode requested?
QUIET:=$(if $(findstring s,$(MAKEFLAGS)),-q)