Message ID | 1544529716-4917-4-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 1d467bb8a8b95caa01a240362589215739505233 |
Headers | show |
Series | [1/4] kbuild: remove redundant quiet_modtag for $(obj-m) | expand |
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 321b5b7..795fedc 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -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 = \
The single targets *.ll and *.symtypes never treated as a module. Fix this. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- scripts/Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4