Commit 2decec48 authored by Raphael Gault's avatar Raphael Gault Committed by Ingo Molnar
Browse files

objtool: Fix whitelist documentation typo



The directive specified in the documentation to add an exception
for a single file in a Makefile was inverted.

Signed-off-by: default avatarRaphael Gault <raphael.gault@arm.com>
Signed-off-by: default avatarJosh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/522362a1b934ee39d0af0abb231f68e160ecf1a8.1557874043.git.jpoimboe@redhat.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent e6f393bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.