Lines Matching refs:make
23 6.3 Rules.make section
25 7 Rules.make variables
47 Rules.make: the common rules for all subdirectory Makefiles.
65 includes the common rules in Rules.make.
67 Rules.make defines rules which are common to all the subdirectory
78 "make menuconfig" or "make bzImage". They usually do not read or edit
86 public interface for Rules.make.
158 make ARCH=m68k ...
164 $(TOPDIR)/Rules.make.
201 These variables specify the commands and flags that Rules.make
281 This variable is private between Makefile and Rules.make.
496 --- 6.3 Rules.make section
500 include $(TOPDIR)/Rules.make
507 not available through the common rules in Rules.make.
511 === 7 Rules.make variables
513 The public interface of Rules.make consists of the following variables:
522 invoke make recursively in subdirectories, provided you let it know of
530 When building the actual kernel, i.e. vmlinux ("make
531 {vmlinux,bzImage,...}"), make will recursively descend into
534 When building modules ("make modules"), make will recursively descend
537 When building the dependencies ("make dep") make needs to visit every
559 make the build system enter the specified subdirectory during "make
572 Rules.make compiles all the $(obj-y) files. It then calls
600 # The global Rules.make.
602 include $(TOPDIR)/Rules.make
642 In this example, the module name will be isdn.o. Rules.make
660 To make a symbol available for use in modules, to "export" it,
741 Rules.make has a feature where an object file depends on the
746 Rules.make will do the right thing and re-compile your source
749 Note: because of a deficiency in Rules.make, assembly language
775 is defined, then Rules.make will provide standard rules for
779 If $(USE_STANDARD_AS_RULE) is not defined, then Rules.make
786 Rules.make rules. As soon as all the Makefiles across all
788 Rules.make can drop the conditional test on USE_STANDARD_AS_RULE.
805 Rules.make does not understand new-style variables. Thus, each new-style
891 object files which make up that module. For a kernel module
922 of sr_mod.o will be linked together with "$(LD) -r" to make the