From 422e90437854c441a0b274d3bf06ce7d6bbf9de0 Mon Sep 17 00:00:00 2001 From: Greg Rose Date: Thu, 14 Jul 2022 14:23:29 -0700 Subject: make: Remove the Linux datapath. Update the necessary make and configure files to remove the Linux datapath and then remove the datapath. Move datapath/linux/compat/include/linux/openvswitch.h to include/linux/openvswitch.h because it is needed to generate header files used by the userspace switch. Also remove references to the Linux datapath from auxiliary files and utilities since it is no longer supported. Signed-off-by: Greg Rose Reviewed-by: David Marchand Signed-off-by: Ilya Maximets --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6c51e48ce..63359fe29 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.63) AC_INIT(openvswitch, 2.17.90, bugs@openvswitch.org) -AC_CONFIG_SRCDIR([datapath/datapath.c]) +AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) @@ -204,10 +204,6 @@ AC_SUBST([OVS_CFLAGS]) AC_SUBST([OVS_LDFLAGS]) AC_CONFIG_FILES(Makefile) -AC_CONFIG_FILES(datapath/Makefile) -AC_CONFIG_FILES(datapath/linux/Kbuild) -AC_CONFIG_FILES(datapath/linux/Makefile) -AC_CONFIG_FILES(datapath/linux/Makefile.main) AC_CONFIG_FILES(tests/atlocal) AC_CONFIG_FILES(lib/libopenvswitch.pc) AC_CONFIG_FILES(lib/libsflow.pc) -- cgit v1.2.1