minor cleanup
[openwrt.git] / package / kernel / Makefile
index e58b310..8f98be3 100644 (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
This page took 0.020074 seconds and 4 git commands to generate.