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 <ardeleanalex@gmail.com>
This commit is contained in:
parent
986b9fbce8
commit
bc85520865
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue