Lines Matching refs:directory
135 This tells kbuild that there is one object in that directory, named
234 combined in a built-in.o for that specific directory.
238 library for that directory.
245 and to be part of a library. Therefore the same directory
253 actually recognize that there is a lib.a being built, the directory
262 directory. Files in subdirectories should be taken care of by
268 ext2 lives in a separate directory, and the Makefile present in fs/
277 down in the ext2 directory.
279 the directory, it is the Makefile in the subdirectory that
282 It is good practice to use a CONFIG_ variable when assigning directory
283 names. This allows kbuild to totally skip the directory if the
374 Kbuild is not executing in the directory where the Makefile is
381 $(src) is a relative path which points to the directory
386 $(obj) is a relative path which points to the directory
624 c-source file named bin2hex.c located in the same directory as
759 deleted. Kbuild will assume files to be in the same relative directory as the
762 To delete a directory hierarchy use:
768 This will delete the directory debian in the toplevel directory, including all
787 directory compressed/ when "make clean" is executed.
1029 directory below arch/$(ARCH)/.
1077 directory, in addition to any targets specified by obj-*.
1206 located in the same directory.
1233 The directory include/asm-generic contains the header files
1249 Each relevant directory contains a file name "Kbuild" which specifies the
1275 up in another directory when doing 'make O=...' builds.
1284 exported to a different directory destination-y is used.
1285 destination-y specifies the destination directory for all exported
1293 will be located in the directory "include/linux" when exported.
1307 file is generated in the directory:
1313 of the set of exported headers in the directory:
1343 for constructing installation directory names or showing in
1371 $(MODLIB) specifies the directory for module installation.