• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/

Lines Matching refs:directory

16 # o  print "Entering directory ...";
17 MAKEFLAGS += -rR --no-print-directory
23 # their own directory. If in some directory we have a dependency on
66 # Use make M=dir to specify directory of external module to build
79 # kbuild supports saving output files in a separate directory.
80 # To locate output files in a separate directory two syntaxes are supported.
81 # In both cases the working directory must be the root of the kernel src.
86 # Set the environment variable KBUILD_OUTPUT to point to the directory
95 # KBUILD_SRC is set on invocation of make in OBJ directory
99 # OK, Make called in directory where kernel src resides
100 # Do we want to locate output files in a separate directory?
112 # Invoke a second make in the output directory, passing relevant variables
113 # check that the output directory actually exists
117 $(error output directory "$(saved-output)" does not exist))
303 # Use LINUXINCLUDE when you must reference the include/ directory.
387 # outputmakefile generates a Makefile in the output directory, if using a
388 # separate output directory. This allows convenient use of make in the
389 # output directory.
592 # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
898 # prepare3 is used to check if we are building in a separate output directory,
901 # 2) Create the include2 directory, used for the second asm symlink
907 echo " in the '$(srctree)' directory.";\
914 # prepare2 creates a makefile if using a separate output directory
1244 # Install the modules built in the module directory
1245 # Assumes install directory is already created
1316 @echo ' clean - remove generated files in module directory only'
1486 # build-dir => directory in kernel source tree to use