Lines Matching refs:make

92 "make menuconfig" or "make".  They usually do not read or edit
264 invoke make recursively in subdirectories, provided you let it know of
396 required by make.
404 but when execution "make -s" one does not expect to see any output
407 text following $(kecho) to stdout except if "make -s" is used.
744 "make clean" deletes most generated files in the obj tree where the kernel
747 $(extra-y) and $(targets). They are all deleted during "make clean".
750 "make clean" is executed.
758 When executing "make clean", the file "crc32table.h" will be deleted.
771 To exclude certain files from make clean, use the $(no-clean-files) variable.
787 directory compressed/ when "make clean" is executed.
797 When "make clean" is executed, make will descend down in arch/x86/boot,
806 be visited during "make clean".
966 may be installed into user space by "make header_install" or
967 "make headers_install_all". In order to support
968 "make headers_install_all", this target has to be able to run
972 It is run before "make archprepare" when run on the
1033 call make manually to build a target in boot/.
1046 make in a subdirectory.
1049 but executing "make help" will list all relevant targets.
1058 When make is executed without arguments, the first goal encountered
1062 In "make help", the default goal is highlighted with a '*'.
1070 When "make" is executed without arguments, bzImage will be built.
1082 2) kbuild knows what files to delete during "make clean"
1149 2) delete target during make clean
1163 To use this command, simply add *.dtb into obj-y or targets, or make
1198 will be displayed with "make KBUILD_VERBOSE=0".
1275 up in another directory when doing 'make O=...' builds.
1356 make ARCH=m68k ...