From: Masahiro Yamada Date: Tue, 11 Dec 2018 12:01:56 +0000 (+0900) Subject: kbuild: handle part-of-module correctly for *.ll and *.symtypes X-Git-Tag: Ubuntu-5.0.0-8.9~898^2~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1d467bb8a8b95caa01a240362589215739505233;p=mirror_ubuntu-disco-kernel.git 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 --- diff --git a/scripts/Makefile.build b/scripts/Makefile.build index c09fe9099f58..0f2b5f07926b 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 = \