Include profiles

SVN-Revision: 6631
This commit is contained in:
Florian Fainelli 2007-03-21 20:11:00 +00:00
parent 0499278053
commit 86b6dab84d

View File

@ -17,6 +17,8 @@ define Target/Description
endef endef
include $(INCLUDE_DIR)/kernel-build.mk include $(INCLUDE_DIR)/kernel-build.mk
DEFAULT_PACKAGES += kmod-madwifi
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel)) $(eval $(call BuildKernel))