* [PATCH] tools build: Remove duplicate initialization
@ 2022-02-26 6:03 Yuntao Wang
0 siblings, 0 replies; only message in thread
From: Yuntao Wang @ 2022-02-26 6:03 UTC (permalink / raw)
To: linux-kernel; +Cc: Jiri Olsa, Kees Cook, Masahiro Yamada, Yuntao Wang
The subdir-y variable is initialized twice, remove the first one.
Signed-off-by: Yuntao Wang <ytcoode@gmail.com>
---
tools/build/Makefile.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/build/Makefile.build b/tools/build/Makefile.build
index 715092fc6a23..b151055de39a 100644
--- a/tools/build/Makefile.build
+++ b/tools/build/Makefile.build
@@ -42,7 +42,6 @@ include $(build-dir)/Build.include
# Init all relevant variables used in build files so
# 1) they have correct type
# 2) they do not inherit any value from the environment
-subdir-y :=
obj-y :=
subdir-y :=
subdir-obj-y :=
--
2.35.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-26 6:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26 6:03 [PATCH] tools build: Remove duplicate initialization Yuntao Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®