kumquat-buildroot/toolchain
Yann E. MORIN ed0200993e toolchain: move makefile includes
Including a bunch of Makefiles with wildcard makes it impossible to add
new toolchain backends. Avoid that by namely including needed files.

The external toolchain still needs to include all the toolchain/*/*.mk
sub-makefiles, as they are needed to build a toolchain that runs on the
target. It is to be noted that the cross-toolchain is not built in this
case, as the make-targets to build the cross-toolchain are not present
in the $(BASE_TARGETS) variable, which is later used to create the
dependency rules.

Also, the comment 'Explicit ordering' has been removed, as it is mis-
leading. It is make's responsibility to create the proper ordering based
on the dependency rules it finds in the Makefiles

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-28 16:20:06 +02:00
..
binutils binutils,gcc: use correct --prefix 2010-07-27 22:56:36 +02:00
ccache
dependencies
elf2flt
gcc Merge branch 'avr32-toolchain-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot 2010-07-27 23:06:16 +02:00
gdb Update all packages to quote $(TARGET_CC) 2010-07-07 08:20:21 +02:00
kernel-headers kernel-headers: bump 2.6.31-34 stable versions 2010-07-06 00:38:54 +02:00
mklibs
sstrip sstrip: fix section length corruption bug 2010-07-13 13:10:39 +02:00
toolchain-external toolchain: rename external toolchain dir 2010-07-28 16:20:03 +02:00
uClibc Merge branch 'misc-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot 2010-07-08 10:21:16 +02:00
Config.in toolchain: rename external toolchain dir 2010-07-28 16:20:03 +02:00
Config.in.1
Config.in.2
helpers.mk toolchain: move helper functions from external toolchain 2010-07-28 16:19:56 +02:00
Makefile.in toolchain: Remove now-unused variables 2010-07-27 22:56:51 +02:00
patch-kernel.sh
toolchain-buildroot.mk toolchain: move makefile includes 2010-07-28 16:20:06 +02:00
toolchain-external.mk toolchain: move makefile includes 2010-07-28 16:20:06 +02:00
wget-show-external-deps.sh