From bc85520865fd96e65077981a20de0ef511a0e468 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 3 Dec 2014 09:03:57 +0200 Subject: [PATCH] openvswitch: use EXTRA_CFLAGS instead of KCFLAGS The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS. Signed-off-by: Alexandru Ardelean --- net/openvswitch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 397c1da4b..c0c3e8e15 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -136,7 +136,7 @@ define Build/Compile ARCH="$(LINUX_KARCH)" \ SUBDIRS="$(PKG_BUILD_DIR)/datapath/linux" \ PATH="$(TARGET_PATH)" \ - KCFLAGS="$(KCFLAGS)" \ + EXTRA_CFLAGS="$(KCFLAGS)" \ KCC="$(KERNEL_CC)" endef