config: remove duplicate information
authorKeith Wiles <keith.wiles@intel.com>
Fri, 4 Mar 2016 18:11:12 +0000 (12:11 -0600)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 4 Mar 2016 22:46:54 +0000 (23:46 +0100)
commit43f4364dd33682365a1415ca252cafef534e40a8
tree2b98e5bc206abe8840c989337e25bc903e434f60
parente45ef10c34540c3f543689d833db8bb7296d9e85
config: remove duplicate information

In order to cleanup the configuration files some and reduce
the number of duplicate configuration information. Add a new
file called common_base which contains just about all of the
configuration lines in one place. Then have the common_bsdapp,
common_linuxapp files include this one file. Then in those OS
specific files add the delta configuration lines.

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
config/common_base [new file with mode: 0644]
config/common_bsdapp
config/common_linuxapp