reorganize subtargets, sort subtargets below top level targets

SVN-Revision: 9378
This commit is contained in:
Felix Fietkau
2007-10-20 19:10:06 +00:00
parent d529f387c4
commit 86a906bed2
8 changed files with 118 additions and 92 deletions

View File

@@ -10,15 +10,15 @@ ARCH=i386
BOARD:=x86
BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2
SUBTARGETS=generic mediacenter
LINUX_VERSION:=2.6.23
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
$(eval $(call Target,generic))
$(eval $(call Target,mediacenter))
$(eval $(call BuildTarget))
$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
Please install mkisofs. \
))

View File

@@ -1,4 +1,4 @@
SUBTARGET:=generic
BOARDNAME:=Generic
define Target/Description
Build firmware images for x86 based boards

View File

@@ -1,6 +1,5 @@
ARCH:=i686
SUBTARGET:=Mediacenter
BOARDNAME:=X86 (Mediacenter)
BOARDNAME:=Mediacenter
define Target/Description
Build firmware images for i686 based Mediacenters