Browse Source

make the rest of the structure for the targets that dont have profiles yet

SVN-Revision: 6475
Tim Yardley 19 years ago
parent
commit
747e57ffe2

+ 3 - 0
target/linux/aruba-2.6/Makefile

@@ -18,4 +18,7 @@ endef
 include $(INCLUDE_DIR)/kernel-build.mk
 DEFAULT_PACKAGES += kmod-madwifi
 
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))

+ 3 - 0
target/linux/atheros-2.6/Makefile

@@ -18,4 +18,7 @@ endef
 include $(INCLUDE_DIR)/kernel-build.mk
 DEFAULT_PACKAGES += kmod-madwifi
 
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))

+ 3 - 0
target/linux/brcm47xx-2.6/Makefile

@@ -19,4 +19,7 @@ endef
 include $(INCLUDE_DIR)/kernel-build.mk
 # DEFAULT_PACKAGES += kmod-switch
 
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))

+ 4 - 0
target/linux/ixp4xx-2.6/Makefile

@@ -15,4 +15,8 @@ define Target/Description
 endef
 
 include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))

+ 4 - 0
target/linux/magicbox-2.6/Makefile

@@ -12,4 +12,8 @@ BOARDNAME:=Magicbox
 FEATURES:=jffs2
 
 include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))

+ 3 - 0
target/linux/pxa-2.6/Makefile

@@ -17,4 +17,7 @@ endef
 
 include $(INCLUDE_DIR)/kernel-build.mk
 
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))

+ 4 - 0
target/linux/rb532-2.6/Makefile

@@ -12,4 +12,8 @@ BOARDNAME:=Mikrotik RouterBoard 532
 FEATURES:=jffs2
 
 include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))

+ 4 - 0
target/linux/sibyte-2.6/Makefile

@@ -12,4 +12,8 @@ BOARDNAME:=SiByte MIPS
 FEATURES:=broken
 
 include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))

+ 4 - 0
target/linux/uml-2.6/Makefile

@@ -24,6 +24,10 @@ FEATURES:=broken
 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
 
 include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
 endif
 
 $(eval $(call BuildKernel))

+ 3 - 0
target/linux/x86-2.6/Makefile

@@ -14,5 +14,8 @@ FEATURES:=squashfs jffs2 ext2
 include $(INCLUDE_DIR)/kernel-build.mk
 DEFAULT_PACKAGES += kmod-natsemi
 
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))