Explorar el Código

image.mk: remove obsolete Build/mkfs overrides

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau hace 9 años
padre
commit
efdf7f6499
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      include/image.mk

+ 0 - 2
include/image.mk

@@ -288,8 +288,6 @@ define BuildImage/mkfs
   .PHONY: mkfs-$(1)
   mkfs-$(1): kernel_prepare
 	$(Image/mkfs/$(1))
-	$(call Build/mkfs/default,$(1))
-	$(call Build/mkfs/$(1),$(1))
   $(KDIR)/root.$(1): mkfs-$(1)
 
 endef