openvswitch: use EXTRA_CFLAGS instead of KCFLAGS
authorAlexandru Ardelean <aa@ocedo.com>
Wed, 3 Dec 2014 07:03:57 +0000 (09:03 +0200)
committerAlexandru Ardelean <aa@ocedo.com>
Wed, 3 Dec 2014 07:09:05 +0000 (09:09 +0200)
The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/openvswitch/Makefile

index 397c1da4b21f37dd85985cea79a61f43dfecb029..c0c3e8e15a7b4f408724115c8b8e3ad62b27eef5 100644 (file)
@@ -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