[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220226060322.495149-1-ytcoode@gmail.com>
Date: Sat, 26 Feb 2022 14:03:22 +0800
From: Yuntao Wang <ytcoode@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Jiri Olsa <jolsa@...nel.org>, Kees Cook <keescook@...omium.org>,
Masahiro Yamada <masahiroy@...nel.org>,
Yuntao Wang <ytcoode@...il.com>
Subject: [PATCH] tools build: Remove duplicate initialization
The subdir-y variable is initialized twice, remove the first one.
Signed-off-by: Yuntao Wang <ytcoode@...il.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
Powered by blists - more mailing lists