[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190514093243.17356-1-raphael.gault@arm.com>
Date: Tue, 14 May 2019 10:32:43 +0100
From: Raphael Gault <raphael.gault@....com>
To: linux-kernel@...r.kernel.org
Cc: jpoimboe@...hat.com, peterz@...radead.org,
Raphael Gault <raphael.gault@....com>
Subject: [PATCH] objtool: doc: Fix one-file exception Makefile directive
The directive specified in the documentation to add an exception
for a single file in a Makefile was inverted.
Signed-off-by: Raphael Gault <raphael.gault@....com>
---
tools/objtool/Documentation/stack-validation.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/Documentation/stack-validation.txt b/tools/objtool/Documentation/stack-validation.txt
index 3995735a878f..cd17ee022072 100644
--- a/tools/objtool/Documentation/stack-validation.txt
+++ b/tools/objtool/Documentation/stack-validation.txt
@@ -306,7 +306,7 @@ ignore it:
- To skip validation of a file, add
- OBJECT_FILES_NON_STANDARD_filename.o := n
+ OBJECT_FILES_NON_STANDARD_filename.o := y
to the Makefile.
--
2.17.1
Powered by blists - more mailing lists