1 # SPDX-License-Identifier: BSD-3-Clause
3 # This file is intended to be sourced into shell
5 # Load DPDK devel config and allow override
7 test ! -r /etc/dpdk/devel.config ||
8 . /etc/dpdk/devel.config
10 test ! -r ~/.config/dpdk/devel.config ||
11 . ~/.config/dpdk/devel.config
13 test ! -r $(dirname $(readlink -f $0))/../.develconfig ||
14 . $(dirname $(readlink -f $0))/../.develconfig
16 # The config files must export variables in the shell style