Message ID | 20240410222010.1171249-2-hauke@hauke-m.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | backports: Remove Old backports code | expand |
diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel index 11ce4177..a936eb3b 100644 --- a/backport/Makefile.kernel +++ b/backport/Makefile.kernel @@ -31,9 +31,6 @@ NOSTDINC_FLAGS += \ endif subdir-ccflags-y := $(call cc-option, -fno-pie) $(call cc-option, -no-pie) -ifeq ($(CPTCFG_KERNEL_4_3),y) -subdir-ccflags-y += -Wno-pointer-sign -endif obj-y += compat/
This option is only added with kernel 4.3, Support was removed some time ago. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- backport/Makefile.kernel | 3 --- 1 file changed, 3 deletions(-)