We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439dc2a commit cc49c71Copy full SHA for cc49c71
drivers/firmware/efi/libstub/Makefile
@@ -32,6 +32,9 @@ KBUILD_CFLAGS := $(cflags-y) -DDISABLE_BRANCH_PROFILING \
32
$(call cc-option,-fno-stack-protector) \
33
-D__DISABLE_EXPORTS
34
35
+# remove SCS flags from all objects in this directory
36
+KBUILD_CFLAGS := $(filter-out $(CC_FLAGS_SCS), $(KBUILD_CFLAGS))
37
+
38
GCOV_PROFILE := n
39
KASAN_SANITIZE := n
40
UBSAN_SANITIZE := n
0 commit comments