Lines Matching refs:config
21 -f | --force-config ) shift
48 if [ ! -e .config -o $force_config -eq 1 ]; then
49 if ! cmp ../tests/hwsim/example-hostapd.config .config >/dev/null 2>&1 ; then
50 cp ../tests/hwsim/example-hostapd.config .config
55 if ! grep -q CONFIG_CODE_COVERAGE .config; then
56 echo CONFIG_CODE_COVERAGE=y >> .config
66 if [ ! -e .config -o $force_config -eq 1 ]; then
67 if ! cmp ../tests/hwsim/example-wpa_supplicant.config .config >/dev/null 2>&1 ; then
68 cp ../tests/hwsim/example-wpa_supplicant.config .config
73 if ! grep -q CONFIG_CODE_COVERAGE .config; then
74 echo CONFIG_CODE_COVERAGE=y >> .config