Lines Matching refs:config
13 ifeq ($(shell grep -q '^CONFIG_SPL=y' include/config/auto.conf 2>/dev/null && echo y),y)
17 ifeq ($(shell grep -q '^CONFIG_TPL=y' include/config/auto.conf 2>/dev/null && echo y),y)
21 ifeq ($(shell grep -q '^CONFIG_VPL=y' include/config/auto.conf 2>/dev/null && echo y),y)
25 include include/config/auto.conf
35 include config.mk
48 -MQ include/config/auto.conf include/config.h > $@ || { \
51 include/autoconf.mk.dep: include/config.h FORCE
66 ! grep -q "$${line%=*}=" include/config/auto.conf; then \
73 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM include/config.h > $@.tmp && { \
81 u-boot.cfg: include/config.h FORCE
84 spl/u-boot.cfg: include/config.h FORCE
88 tpl/u-boot.cfg: include/config.h FORCE
92 vpl/u-boot.cfg: include/config.h FORCE
122 include/config.h: scripts/Makefile.autoconf create_symlink FORCE