x86/build: Use the proper name CONFIG_FW_LOADER

Commit in Fixes intends to add the expression regex only when FW_LOADER
is enabled - not FW_LOADER_BUILTIN. Latter is a leftover from a previous
patchset and not a valid config item.

So, adjust the condition to the actual name of the config.

[ bp: Cleanup commit message. ]

Fixes: c8dcf655ec81 ("x86/build: Tuck away built-in firmware under FW_LOADER")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20211229111553.5846-1-lukas.bulwahn@gmail.com

authored by Lukas Bulwahn and committed by Borislav Petkov d6f12f83 fc74e0a4

Changed files
+1 -1
arch
x86
tools
+1 -1
arch/x86/tools/relocs.c
··· 68 68 "(__parainstructions|__alt_instructions)(_end)?|" 69 69 "(__iommu_table|__apicdrivers|__smp_locks)(_end)?|" 70 70 "__(start|end)_pci_.*|" 71 - #if CONFIG_FW_LOADER_BUILTIN 71 + #if CONFIG_FW_LOADER 72 72 "__(start|end)_builtin_fw|" 73 73 #endif 74 74 "__(start|stop)___ksymtab(_gpl)?|"