提交 1d467bb8 编写于 作者: M 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: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 96c0a918
......@@ -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 = \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册