include/kernel.mk: build kmod packages with empty FILES
authorMatthias Schiffer <mschiffer@universe-factory.net>
Tue, 10 Apr 2018 07:03:52 +0000 (09:03 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 12 Apr 2018 03:47:10 +0000 (05:47 +0200)
commitd3756a9a134bdca2a6af0d6e0772778cc1bb42e1
treec2072e927d91e660b6c61e94fe7399f29ac7b179
parent85282ae69c7b53177bc49e8e879d6e53c90241fe
include/kernel.mk: build kmod packages with empty FILES

kmod packages without FILES did not have an install step defined, leading
to no package being built. This affected netfilter/iptables packages, which
filter out builtin modules from FILES.

Not building a package that it is selected in .config is problematic, as
the generated empty package may be necessary to satisfy dependencies.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
include/kernel.mk