buildroot/target/Makefile.in

14 lines
406 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
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
ifeq ($(BR2_PACKAGE_LINUX),y)
TARGETS+=linux26
endif
include target/linux*.mk