1 # Load DPDK devel config and allow override
3 test ! -r /etc/dpdk/devel.config ||
4 . /etc/dpdk/devel.config
6 test ! -r ~/.config/dpdk/devel.config ||
7 . ~/.config/dpdk/devel.config
9 test ! -r $(dirname $(readlink -m $0))/../.develconfig ||
10 . $(dirname $(readlink -m $0))/../.develconfig
12 # The config files must export variables in the shell style