• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/

Lines Matching refs:build

11 # expect to learn how to build the kernel reading this file.
16 # We are using a recursive build, so we need to do a little thinking
56 # Use make M=dir to specify directory of external module to build
144 # SUBARCH tells the usermode build what the underlying arch is. That is set
145 # first, and if a usermode build is happening, the "ARCH=um" on the command
146 # line overrides the setting of ARCH below. If a native build is happening,
185 # Decide whether to build built-in, modular, or both.
202 # Just "make" or "make all" shall build modules as well
334 # Rules shared between *config targets and build targets
339 $(Q)$(MAKE) $(build)=scripts/basic
357 # mixing *config targets and build targets.
386 # We're called with mixed targets (*config and build targets).
406 $(Q)$(MAKE) $(build)=scripts/kconfig $@
411 $(Q)$(MAKE) $(build)=scripts/kconfig $@
421 # Carefully list dependencies so we do not try to build scripts twice
425 $(Q)$(MAKE) $(build)=$(@)
493 # This allow a user to issue only 'make' to build a kernel including modules
509 # Default kernel image to build when no specific target is given.
523 # relocations required by build roots. This is not defined in the
545 # busybox is build from the objects selected by $(busybox-init) and
698 # Preset locale variables to speed up the build process. Limit locale
705 $(Q)$(MAKE) $(build)=$@
789 $(Q)$(MAKE) $(build)=.
848 # By default, build modules as well
879 @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \
880 rm -f $(MODLIB)/build ; \
881 ln -s $(objtree) $(MODLIB)/build ; \
908 @echo "Then build a kernel with module support enabled."
917 # Leave enough to build external modules
934 # clean - Delete most, but leave enough to build external modules
985 $(Q)$(MAKE) $(build)=$(package-dir) $@
987 $(Q)$(MAKE) $(build)=$(package-dir) $@
1001 $(Q)$(MAKE) $(build)=Documentation/DocBook $@
1019 # Install the modules build in the module directory
1040 $(Q)$(MAKE) $(build)=$(patsubst _module_%,%,$@)
1086 @echo ' modules - default target, build the module(s)'
1215 # - build whith mixed source and output
1216 # - build with separate output dir 'make O=...'
1220 # build-dir => directory in kernel source tree to use
1223 build-dir = $(patsubst %/,%,$(dir $@))
1227 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
1232 $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
1234 $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
1236 $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
1238 $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
1240 $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
1242 $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
1247 $(build)=$(build-dir)
1251 $(build)=$(build-dir)
1254 $(build)=$(build-dir) $(@:.ko=.o)