2007-01-28 18:35:11 +01:00
|
|
|
# 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
|
2007-01-28 18:35:11 +01:00
|
|
|
# and finally build the filesystems/tarballs
|
|
|
|
include target/*/*.mk
|
2007-01-30 00:01:42 +01:00
|
|
|
# kernel rules
|
2007-02-06 19:19:38 +01:00
|
|
|
ifeq ($(BR2_PACKAGE_LINUX),y)
|
|
|
|
TARGETS+=linux26
|
|
|
|
endif
|
2007-01-30 00:01:42 +01:00
|
|
|
include target/linux*.mk
|