|
|
@ -49,13 +49,7 @@ define Package/kernel/install |
|
|
|
# nothing to do
|
|
|
|
# nothing to do
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
# this is more robust than ifdef around eval/call
|
|
|
|
$(eval $(if $(DUMP),,$(call BuildPackage,kernel))) |
|
|
|
ifneq ($(DUMP),1) |
|
|
|
|
|
|
|
define BuildKernel
|
|
|
|
|
|
|
|
$(call BuildPackage,kernel)
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
$(eval $(call BuildKernel)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/target/linux/*/modules.mk |
|
|
|
include $(TOPDIR)/target/linux/*/modules.mk |
|
|
|
include ./modules/*.mk |
|
|
|
include ./modules/*.mk |
|
|
|