kbuild: handle part-of-module correctly for *.ll and *.symtypes

The single targets *.ll and *.symtypes have never been treated as
a module. Fix it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2018-12-11 21:01:56 +09:00
parent 96c0a9180a
commit 1d467bb8a8
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ endif
# ---------------------------------------------------------------------------
# Default is built-in, unless we know otherwise
$(foreach x, i lst o s, $(patsubst %.o,%.$(x),$(real-obj-m))): \
$(foreach x, i ll lst o s symtypes, $(patsubst %.o,%.$(x),$(real-obj-m))): \
part-of-module := y
modkern_cflags = \