From 6e6df48c9b2fd3cafe5663ccb008d5ff6d063b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= <jonas.hoglund@embeddednation.com> Date: Fri, 8 Nov 2019 13:48:00 +0100 Subject: [PATCH] Use KERNEL_PATCHVER in Makefile --- iopsys-brcm63xx-arm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iopsys-brcm63xx-arm/Makefile b/iopsys-brcm63xx-arm/Makefile index 8d734be9b..ff2ae8d56 100644 --- a/iopsys-brcm63xx-arm/Makefile +++ b/iopsys-brcm63xx-arm/Makefile @@ -14,7 +14,7 @@ MAINTAINER:=Benjamin Larsson <benjamin.larsson@inteno.se> CFLAGS:=-Os -pipe -mfpu=vfpv3-d16 -mfloat-abi=softfp CFLAGS += -DCONFIG_TARGET_iopsys_brcm63xx_arm -LINUX_VERSION:=4.1.27 +KERNEL_PATCHVER:=4.1 include $(INCLUDE_DIR)/target.mk -- GitLab