mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-06 19:24:52 +00:00
minor cleanup
SVN-Revision: 6999
This commit is contained in:
parent
4c6c987f09
commit
38515a7f81
@ -49,13 +49,7 @@ define Package/kernel/install
|
||||
# nothing to do
|
||||
endef
|
||||
|
||||
# this is more robust than ifdef around eval/call
|
||||
ifneq ($(DUMP),1)
|
||||
define BuildKernel
|
||||
$(call BuildPackage,kernel)
|
||||
endef
|
||||
endif
|
||||
$(eval $(call BuildKernel))
|
||||
$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
|
||||
|
||||
include $(TOPDIR)/target/linux/*/modules.mk
|
||||
include ./modules/*.mk
|
||||
|
||||
Loading…
Reference in New Issue
Block a user