bc994c533c
The BR2_TOOLCHAIN_SOURCE option is removed in a future commit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
223 B
Groff
10 lines
223 B
Groff
#
|
|
|
|
if BR2_TOOLCHAIN_BUILDROOT
|
|
source "toolchain/kernel-headers/Config.in"
|
|
source "toolchain/uClibc/Config.in"
|
|
source "toolchain/binutils/Config.in"
|
|
source "toolchain/gcc/Config.in"
|
|
source "toolchain/ccache/Config.in"
|
|
endif
|