summaryrefslogtreecommitdiff
path: root/drivers/firmware
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-04-12 10:27:04 +0200
committerIngo Molnar <mingo@kernel.org>2021-04-12 10:27:04 +0200
commita0fb88b36ecefeeb40e33f4415c6646203f9fcce (patch)
tree76c13f0d4db01261574da61aeb8bb48b6013ccbc /drivers/firmware
parent4fd8916c9a91f446d6027f5ca26c2248789020b2 (diff)
parent58d746c119dfa28e72fc35aacaf3d2a3ac625cd0 (diff)
downloadlinux-next-a0fb88b36ecefeeb40e33f4415c6646203f9fcce.tar.gz
Merge branch 'x86/build'
Diffstat (limited to 'drivers/firmware')
-rw-r--r--drivers/firmware/efi/libstub/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firmware/efi/libstub/Makefile b/drivers/firmware/efi/libstub/Makefile
index c23466e05e60..d0537573501e 100644
--- a/drivers/firmware/efi/libstub/Makefile
+++ b/drivers/firmware/efi/libstub/Makefile
@@ -13,7 +13,8 @@ cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ \
-Wno-pointer-sign \
$(call cc-disable-warning, address-of-packed-member) \
$(call cc-disable-warning, gnu) \
- -fno-asynchronous-unwind-tables
+ -fno-asynchronous-unwind-tables \
+ $(CLANG_FLAGS)
# arm64 uses the full KBUILD_CFLAGS so it's necessary to explicitly
# disable the stackleak plugin