From 03beb39e5f76f6361adc99244afb4d274310d158 Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Fri, 2 Mar 2007 23:02:38 +0000 Subject: split out profile definitions from Makefiles structure is as follows: target/linux//profiles/.mk These files are included by a blob match in the target Makefile The files should be labeled based on their profile Name in the definition SVN-Revision: 6468 --- target/linux/rdc-2.6/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'target/linux/rdc-2.6/Makefile') diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile index f1f751eee6..306734b273 100644 --- a/target/linux/rdc-2.6/Makefile +++ b/target/linux/rdc-2.6/Makefile @@ -18,10 +18,7 @@ endef include $(INCLUDE_DIR)/kernel-build.mk -define Profile/Ralink - NAME:=Ralink WiFi (default) - PACKAGES:=kmod-rt61 -endef -$(eval $(call Profile,Ralink)) +# include the profiles +-include profiles/*.mk $(eval $(call BuildKernel)) -- cgit v1.2.3