Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit a99c66f

Browse files
authored
Merge pull request #117 from nathanchance/fix-x86-patch
patches: linux: x86_64: Fix CONFIG name
2 parents 1d49dc3 + 63f64c9 commit a99c66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/linux/x86_64/x86-series.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ index f0515ac895a4..d6e04a32b87f 100644
203203
KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
204204
KBUILD_CFLAGS += $(call cc-disable-warning, gnu)
205205
KBUILD_CFLAGS += -Wno-pointer-sign
206-
+ifndef CONFIG_CC_HAVE_ASM_GOTO
206+
+ifndef CONFIG_CC_HAS_ASM_GOTO
207207
+KBUILD_CFLAGS += -D__BPF_TRACING__
208208
+endif
209209

@@ -217,7 +217,7 @@ index d9845099635e..0d2817edc8ab 100644
217217

218218
cflags-$(CONFIG_EFI_ARMSTUB) += -I$(srctree)/scripts/dtc/libfdt
219219

220-
+ifndef CONFIG_CC_HAVE_ASM_GOTO
220+
+ifndef CONFIG_CC_HAS_ASM_GOTO
221221
+cflags-$(CONFIG_X86) += -D__BPF_TRACING__
222222
+endif
223223
+

0 commit comments

Comments
 (0)