diff options
author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2014-04-07 11:56:48 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-16 19:37:08 +0200 |
commit | 5f70a007c8e5a6c1ae6a01739a53c87c0fafbe44 (patch) | |
tree | d05c3ba6645a2da0acf12ea2e028f1c0f74a527b /Makefile | |
parent | 690d8ff5bcf317b3b8b2457da759659017fad442 (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-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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) |