1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:30:16 +02:00

minor cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6999 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-04-18 12:40:20 +00:00
parent 83790f74ad
commit 412c2b048f

View File

@ -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