a792668b58
As suggested by Arnout Vandecappelle, move toolchain/dependencies to support/dependencies, as it really is not toolchain-specific anymore. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
288 B
Makefile
9 lines
288 B
Makefile
# Include files required for the internal toolchain backend
|
|
|
|
include toolchain/elf2flt/elf2flt.mk
|
|
include toolchain/gcc/gcc-uclibc-4.x.mk
|
|
include toolchain/gdb/gdb.mk
|
|
include toolchain/kernel-headers/kernel-headers.mk
|
|
include toolchain/mklibs/mklibs.mk
|
|
include toolchain/uClibc/uclibc.mk
|