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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =                                          \