diff options
author | pavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-03 01:22:09 +0000 |
---|---|---|
committer | pavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-03 01:22:09 +0000 |
commit | ca96df4a862896effdfbc29cf9d159943c6e48ac (patch) | |
tree | 8627090ebb153485aa0b21d2daf38906d5398b20 /target/linux/brcm47xx-2.6/Makefile | |
parent | bfb1bd03544db4b097c6967e4ce177626c6350d6 (diff) |
make the rest of the structure for the targets that dont have profiles yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx-2.6/Makefile')
-rw-r--r-- | target/linux/brcm47xx-2.6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm47xx-2.6/Makefile b/target/linux/brcm47xx-2.6/Makefile index ca7fd5d2d..ab79d8290 100644 --- a/target/linux/brcm47xx-2.6/Makefile +++ b/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)) |