forked from Minki/linux
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:
parent
96c0a9180a
commit
1d467bb8a8
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user