1# Load DPDK devel config and allow override 2# from system file 3test ! -r /etc/dpdk/devel.config || 4 . /etc/dpdk/devel.config 5# from user file 6test ! -r ~/.config/dpdk/devel.config || 7 . ~/.config/dpdk/devel.config 8# from local file 9test ! -r $(dirname $(readlink -f $0))/../.develconfig || 10 . $(dirname $(readlink -f $0))/../.develconfig 11 12# The config files must export variables in the shell style 13