Commit 1d467bb8 authored by Masahiro Yamada's avatar Masahiro Yamada

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 96c0a918
...@@ -94,7 +94,7 @@ endif ...@@ -94,7 +94,7 @@ endif
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Default is built-in, unless we know otherwise # 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 part-of-module := y
modkern_cflags = \ modkern_cflags = \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment