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

Commit 155a8dc

Browse files
committed
fix ath10k compile error
1 parent a012bf7 commit 155a8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backport-v6.1.39.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29735,7 +29735,7 @@ index 000000000..379387e20
2973529735
+F: */
2973629736
diff --git a/backports/Makefile b/backports/Makefile
2973729737
new file mode 100644
29738-
index 000000000..3fecd5c54
29738+
index 000000000..bc04254f2
2973929739
--- /dev/null
2974029740
+++ b/backports/Makefile
2974129741
@@ -0,0 +1,53 @@
@@ -29771,7 +29771,7 @@ index 000000000..3fecd5c54
2977129771
+ $(CFLAGS)
2977229772
+endif
2977329773
+
29774-
+subdir-ccflags-y := $(call cc-option, -fno-pie) $(call cc-option, -no-pie)
29774+
+subdir-ccflags-y := $(call cc-option, -fno-pie) $(call cc-option, -no-pie) -std=gnu11
2977529775
+ifeq ($(CONFIG_BACKPORT_KERNEL_4_3),y)
2977629776
+subdir-ccflags-y += -Wno-pointer-sign
2977729777
+endif

0 commit comments

Comments
 (0)