Remove kernel datapath unit tests.
[openvswitch] / datapath / Makefile.am
index f2cb4ecd546115288866f2665c0c830c87f0cd4c..88e66c74546580f210d9322035dd4d6b2d66d298 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = tests
+SUBDIRS = 
 if L26_ENABLED
 SUBDIRS += linux-2.6
 endif
@@ -7,6 +7,10 @@ SUBDIRS += linux-2.4
 endif
 
 EXTRA_DIST = $(dist_headers) $(dist_sources)
+EXTRA_DIST += hwtable_dummy/Modules.mk hwtable_dummy/hwtable_dummy.c
+
+# Suppress warnings about GNU extensions in Modules.mk files.
+AUTOMAKE_OPTIONS = -Wno-portability
 
 include Modules.mk
 include linux-2.4/Modules.mk