14 lines
482 B
Makefile
14 lines
482 B
Makefile
|
# Required includes for the external toolchain backend
|
||
|
|
||
|
include toolchain/helpers.mk
|
||
|
include toolchain/binutils/binutils.mk
|
||
|
include toolchain/dependencies/dependencies.mk
|
||
|
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/sstrip/sstrip.mk
|
||
|
include toolchain/toolchain-external/ext-tool.mk
|
||
|
include toolchain/uClibc/uclibc.mk
|