diff options
author | 2025-02-26 17:08:10 -0500 | |
---|---|---|
committer | 2025-02-26 17:08:10 -0500 | |
commit | 1b64cfcda813cadc19d601ebc996d7caee1d5e78 (patch) | |
tree | ca8b2147f8e76454b117dead532c33a6d4611829 | |
parent | 361d8eb8814fc4a4a9d3ef0ff3e82fd8d8247c41 (diff) | |
parent | e0bb89c44b56e087d07fd67c550e1a9ec8c22163 (diff) | |
download | linux-yocto-v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc.tar.gz |
Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/sdkv5.15/xlnx-socv5.15/standard/preempt-rt/sdkv5.15/xlnx-soc
-rw-r--r-- | drivers/firmware/efi/libstub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/libstub/Makefile b/drivers/firmware/efi/libstub/Makefile index 2c67f71f2375..f1a4f0154540 100644 --- a/drivers/firmware/efi/libstub/Makefile +++ b/drivers/firmware/efi/libstub/Makefile @@ -7,7 +7,7 @@ # cflags-$(CONFIG_X86_32) := -march=i386 cflags-$(CONFIG_X86_64) := -mcmodel=small -cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ \ +cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ -std=gnu11 \ -fPIC -fno-strict-aliasing -mno-red-zone \ -mno-mmx -mno-sse -fshort-wchar \ -Wno-pointer-sign \ |