buildrootschalter/target/Makefile.in

16 lines
522 B
Makefile
Raw Normal View History

# make sure to put everything that is board-specific before the tarroot targets
2005-02-17 18:29:57 +01:00
include target/generic/Makefile.in
# this eventually adds the kernel target to TARGETS:
2005-02-17 18:05:47 +01:00
include target/device/Makefile.in
2006-01-20 21:04:53 +01:00
include target/x86/Makefile.in
include target/arm/Makefile.in
include target/powerpc/Makefile.in
# and finally build the filesystems/tarballs
include target/*/*.mk
# kernel rules
# We already did add the kernel target to TARGETS and now just pull in the rules
# to actually build this target.
include target/linux*.mk