Remove kernel datapath unit tests.
[openvswitch] / datapath / Modules.mk
index 099be0e43f876de463d093953c0ca0970835efd2..516ebd9df09227a5164b3c2ba16d473760167853 100644 (file)
@@ -1,36 +1,27 @@
 all_modules = $(dist_modules)
-dist_modules = openflow unit
+dist_modules = openflow 
 
 openflow_sources = \
        chain.c \
        crc32.c \
        datapath.c \
-       datapath_t.c \
        dp_dev.c \
+       dp_notify.c \
        flow.c \
        forward.c \
        table-hash.c \
-       table-linear.c \
-       unit-exports.c
+       table-linear.c 
 
 openflow_headers = \
        chain.h \
        compat.h \
        crc32.h \
        datapath.h \
-       datapath_t.h \
        dp_dev.h \
        flow.h \
        forward.h \
        snap.h \
-       table.h \
-       unit.h
-
-unit_sources = \
-       crc_t.c \
-       forward_t.c \
-       table_t.c \
-       unit.c
+       table.h 
 
 dist_sources = $(foreach module,$(dist_modules),$($(module)_sources))
 dist_headers = $(foreach module,$(dist_modules),$($(module)_headers))