aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Ardelean <aa@ocedo.com>2014-10-28 11:25:59 +0200
committerAlexandru Ardelean <aa@ocedo.com>2014-10-28 11:27:46 +0200
commit6ba7c4721e58ce9fb524f2acaead1f9560bb9e28 (patch)
tree4ebe1f1c133423655020119994446413ccc94152
parent935e54417d26bec5c52be6a673ee2044bdd9f834 (diff)
openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile
index bb5b268dd..627b1ec86 100644
--- a/net/openvswitch/Makefile
+++ b/net/openvswitch/Makefile
@@ -131,6 +131,7 @@ define Build/Compile
ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)/datapath/linux" \
PATH="$(TARGET_PATH)" \
+ KCFLAGS="-Wno-error=date-time" \
KCC="$(KERNEL_CC)"
endef