Introduce ability to accept command arguments to build with DPDK or Linux kernel.
[ovsnfv.git] / build / config
1 # config file to be populated with configuration parameters for build.
2
3 # OVS configuration.
4 #
5 # OVS TAG or revision to build. The default is master which causes an RPM to be
6 # built from the top of current master. The tag uses the current ovs naming and
7 # release convention. This option can be overriden in the command line.
8 #
9 export OVSTAG=master
10 #
11 # when NOCHECK is yes, the ovs rpm is build with the --without check option which
12 # Disables running "make check" as the RPM is built.
13 #
14 export NOCHECK=yes
15 #
16 # URL to external URL for patches to be applied for Open vSwitch.
17 #
18 export PATCH=none
19 #
20 # DPDK configuration.
21 #
22 export DPDK_PATCH=none
23 #
24 # When KMOD is set, the Linux kernel module is built and tested.
25 #
26 export KMOD=yes