Explorar o código

build: insert blank line after KernelPackage template to allow chaining calls to it

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau %!s(int64=7) %!d(string=hai) anos
pai
achega
b7855230a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/kernel.mk

+ 1 - 0
include/kernel.mk

@@ -254,6 +254,7 @@ $(call KernelPackage/$(1)/config)
   $$(eval $$(call BuildPackage,kmod-$(1)))
 
   $$(IPKG_kmod-$(1)): $$(wildcard $$(FILES))
+
 endef
 
 version_filter=$(if $(findstring @,$(1)),$(shell $(SCRIPT_DIR)/package-metadata.pl version_filter $(KERNEL_PATCHVER) $(1)),$(1))