mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
Makefile: remove BASE_TARGETS variable
Because now the toolchain dependency is automatically added by the package infrastructure the BASE_TARGETS variable is useless so just remove it. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b08cddec48
commit
cf53e15d09
@@ -56,11 +56,10 @@ configuration is done):
|
||||
+stamps+, etc. in the output directory (+output/+ by default,
|
||||
another value can be specified using +O=+)
|
||||
|
||||
* Generate all the targets listed in the +BASE_TARGETS+ variable. When
|
||||
an internal toolchain is used, this means generating the
|
||||
cross-compilation toolchain. When an external toolchain is used,
|
||||
this means checking the features of the external toolchain and
|
||||
importing it into the Buildroot environment.
|
||||
* Generate the toolchain target. When an internal toolchain is used, this
|
||||
means generating the cross-compilation toolchain. When an external
|
||||
toolchain is used, this means checking the features of the external
|
||||
toolchain and importing it into the Buildroot environment.
|
||||
|
||||
* Generate all the targets listed in the +TARGETS+ variable. This
|
||||
variable is filled by all the individual components'
|
||||
|
||||
Reference in New Issue
Block a user