aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6/Makefile
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-03-03 01:22:09 +0000
committerTim Yardley <lst@openwrt.org>2007-03-03 01:22:09 +0000
commit747e57ffe2dc0399886ae17e7476a9baaf8ebeb2 (patch)
treed21d0482c1ff930d7ac9e3d42593c3f80cdedf9d /target/linux/ixp4xx-2.6/Makefile
parent066a009c348602f578bbc37f6b83490b4930d679 (diff)
downloadupstream-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.tar.gz
upstream-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.tar.bz2
upstream-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.zip
make the rest of the structure for the targets that dont have profiles yet
SVN-Revision: 6475
Diffstat (limited to 'target/linux/ixp4xx-2.6/Makefile')
-rw-r--r--target/linux/ixp4xx-2.6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ixp4xx-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile
index 352671ee69..5eea6d6258 100644
--- a/target/linux/ixp4xx-2.6/Makefile
+++ b/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))