From: Alexandru Ardelean Date: Wed, 3 Dec 2014 07:03:57 +0000 (+0200) Subject: openvswitch: use EXTRA_CFLAGS instead of KCFLAGS X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=bc85520865fd96e65077981a20de0ef511a0e468;p=feed%2Fpackages.git 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 --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 397c1da4b2..c0c3e8e15a 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