7 lines
209 B
Makefile
7 lines
209 B
Makefile
|
# Required includes for the external toolchain backend
|
||
|
|
||
|
include toolchain/helpers.mk
|
||
|
include toolchain/gcc/gcc-uclibc-4.x.mk
|
||
|
include toolchain/toolchain-external/ext-tool.mk
|
||
|
include toolchain/uClibc/uclibc.mk
|