290bbdb4aa
The support for mklibs has been marked broken since more than a year and nobody cared to bring it up to a working state. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
304 B
Makefile
10 lines
304 B
Makefile
# Required includes for the external toolchain backend
|
|
|
|
# Explicit ordering:
|
|
include toolchain/helpers.mk
|
|
include toolchain/elf2flt/elf2flt.mk
|
|
include toolchain/gcc/gcc-uclibc-4.x.mk
|
|
include toolchain/gdb/gdb.mk
|
|
include toolchain/toolchain-crosstool-ng/crosstool-ng.mk
|
|
include toolchain/uClibc/uclibc.mk
|