]> Git Repo - buildroot-mgba.git/blob - target/Makefile.in
Support building using an external toolchain. Questions to the mailing list and all...
[buildroot-mgba.git] / target / Makefile.in
1 # make sure to put everything that is board-specific before the tarroot targets
2 include target/generic/Makefile.in
3 include target/device/Makefile.in
4 include target/x86/Makefile.in
5 include target/arm/Makefile.in
6 include target/powerpc/Makefile.in
7 # and finally build the filesystems/tarballs
8 include target/*/*.mk
9 # kernel rules
10 ifeq ($(BR2_PACKAGE_LINUX),y)
11 TARGETS+=linux26
12 endif
13 include target/linux*.mk
This page took 0.025496 seconds and 4 git commands to generate.