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