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

Lines Matching refs:directory

13 # Do not print "Entering directory ..."
14 MAKEFLAGS += --no-print-directory
20 # their own directory. If in some directory we have a dependency on
56 # Use make M=dir to specify directory of external module to build
69 # kbuild supports saving output files in a separate directory.
70 # To locate output files in a separate directory two syntaxes are supported.
71 # In both cases the working directory must be the root of the kernel src.
76 # Set the environment variable KBUILD_OUTPUT to point to the directory
85 # KBUILD_SRC is set on invocation of make in OBJ directory
89 # OK, Make called in directory where kernel src resides
90 # Do we want to locate output files in a separate directory?
102 # Invoke a second make in the output directory, passing relevant variables
103 # check that the output directory actually exists
107 $(error output directory "$(saved-output)" does not exist))
301 # Use LINUXINCLUDE when you must reference the include/ directory.
345 # outputmakefile generates a Makefile in the output directory, if using a
346 # separate output directory. This allows convenient use of make in the
347 # output directory.
522 # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
761 # prepare3 is used to check if we are building in a separate output directory,
764 # 2) Create the include2 directory, used for the second asm symlink
770 echo " in the '$(srctree)' directory.";\
777 # prepare2 creates a makefile if using a separate output directory
1019 # Install the modules build in the module directory
1020 # Assumes install directory is already created
1088 @echo ' clean - remove generated files in module directory only'
1220 # build-dir => directory in kernel source tree to use