Skip to content
Snippets Groups Projects
Commit 90fb55e0 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

qconfig: Add XPL_BUILD to ignored symbols


This now appears in the code base, so add it to the list of ignored
symbols in qconfig

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 1daf5b83
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ IGNORE_SYMS = ['DEBUG_SECTION_MISMATCH', 'FTRACE_MCOUNT_RECORD', 'GCOV_KERNEL',
'IS_ENABLED_', 'IS_ENABLED_1', 'IS_ENABLED_2', 'IS_ENABLED_3',
'SPL_', 'TPL_', 'SPL_FOO', 'TPL_FOO', 'TOOLS_FOO',
'ACME', 'SPL_ACME', 'TPL_ACME', 'TRACE_BRANCH_PROFILING',
'VAL', '_UNDEFINED', 'SPL_BUILD', ]
'VAL', '_UNDEFINED', 'SPL_BUILD', 'XPL_BUILD', ]
SPL_PREFIXES = ['SPL_', 'TPL_', 'VPL_', 'TOOLS_']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment