blob: 4f9c29c19a7539ecb511f33903748b90a9ff3e88 (
plain)
1
2
3
4
5
6
7
|
# Required includes for the external toolchain backend
# Explicit ordering:
include toolchain/helpers.mk
include toolchain/gcc/gcc-uclibc-4.x.mk
include toolchain/toolchain-crosstool-ng/crosstool-ng.mk
include toolchain/uClibc/uclibc.mk
|