• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/include/

Lines Matching refs:config

47   .config scripts/config/conf scripts/config/mconf: tmp/.prereq-build
62 f=tmp/.$${type}info; t=tmp/.config-$${type}.in; \
68 .config: ./scripts/config/conf $(if $(CONFIG_HAVE_DOT_CONFIG),,prepare-tmpinfo)
69 @+if [ \! -e .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
70 [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
74 scripts/config/mconf:
75 @$(_SINGLE)$(SUBMAKE) -s -C scripts/config all CC="$(HOSTCC)"
77 $(eval $(call rdep,scripts/config,scripts/config/mconf))
79 scripts/config/conf:
80 @$(_SINGLE)$(SUBMAKE) -s -C scripts/config conf CC="$(HOSTCC)"
82 config: scripts/config/conf prepare-tmpinfo FORCE
85 config-clean: FORCE
86 $(_SINGLE)$(NO_TRACE_MAKE) -C scripts/config clean
88 defconfig: scripts/config/conf prepare-tmpinfo FORCE
89 touch .config
90 $< -D .config Config.in
92 oldconfig: scripts/config/conf prepare-tmpinfo FORCE
95 menuconfig: scripts/config/mconf prepare-tmpinfo FORCE
96 if [ \! -e .config -a -e $(HOME)/.openwrt/defconfig ]; then \
97 cp $(HOME)/.openwrt/defconfig .config; \
101 prepare_kernel_conf: .config FORCE
131 download: .config FORCE
137 clean dirclean: .config
140 prereq:: prepare-tmpinfo .config
148 cp .config tmp/.config; \
149 ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \
150 if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \
167 rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin
168 @$(_SINGLE)$(SUBMAKE) -C scripts/config clean
171 .SILENT: symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo