[ovs-dev] [PATCH 0/2] configure option to disable building brcompat

Chris Wright chrisw at sous-sol.org
Sat Mar 10 02:17:05 UTC 2012


This short series adds ability to disable building brcompat user and
kernel space bits.  I've done some light testing to verify it's doing
what I expected, but may have missed some subtleties of the build
system.

thanks,
-chris

Chris Wright (2):
  datapath: split out linux/Modules.mk
  configure: add configure option to disable building brcompat

 configure.ac                         |    1 +
 datapath/Makefile.am                 |    5 ++-
 datapath/linux/Kbuild.in             |    6 ++-
 datapath/linux/Makefile.main.in      |    6 ++-
 datapath/linux/Module-brcompat.mk    |    3 +
 datapath/linux/Module-openvswitch.mk |   70 ++++++++++++++++++++++++++++++++
 datapath/linux/Modules.mk            |   74 ----------------------------------
 m4/openvswitch.m4                    |   16 +++++++
 vswitchd/automake.mk                 |    9 +++-
 9 files changed, 111 insertions(+), 79 deletions(-)
 create mode 100644 datapath/linux/Module-brcompat.mk
 create mode 100644 datapath/linux/Module-openvswitch.mk
 delete mode 100644 datapath/linux/Modules.mk

-- 
1.7.7.6




More information about the dev mailing list