Lines Matching refs:variables

16      5.1  Architecture-specific variables
17 5.2 Vmlinux build variables
25 7 Rules.make variables
32 7.7 Miscellaneous variables
33 8 New-style variables
34 8.1 New variables
126 The top Makefile exports the following variables:
130 These variables define the current kernel version. A few arch
189 variables. The top Makefile defines $(CORE_FILES), $(NETWORKS),
193 Note: there are more variables here than necessary. $(NETWORKS),
201 These variables specify the commands and flags that Rules.make
219 This variable is a prefix path for other variables such as $(CC),
229 These variables define the C compiler and C compiler flags to
231 variables because the target architecture can be different from
253 End users edit these variables to specify certain information
254 about the configuration of their kernel. These variables
291 Some variables internal to GNU Make.
304 --- 5.1 Architecture-specific variables
309 An arch Makefile extends some of the top Makefile's variables with
336 The top Makefile defines these variables, and the arch Makefile
375 --- 5.2 Vmlinux build variables
377 An arch Makefile cooperates with the top Makefile to define variables
386 thse variables, and the arch Makefile extends them. Note that the
485 configuration variables (CONFIG_* symbols).
511 === 7 Rules.make variables
513 The public interface of Rules.make consists of the following variables:
525 To do so, use the subdir-{y,m,n,} variables:
761 --- 7.7 Miscellaneous variables
794 === 8 New-style variables
800 The "new-style variables" are simpler and more powerful than the
801 "old-style variables". As a result, many subdirectory Makefiles shrank
805 Rules.make does not understand new-style variables. Thus, each new-style
807 variables into old-style variables. There is also some mixing, where
808 people define most variables using "new style" but then fall back to
811 --- 8.1 New variables
815 These variables replace $(O_OBJS), $(OX_OBJS), $(M_OBJS),
932 These variables replace $(ALL_SUB_DIRS), $(SUB_DIRS) and
943 These variables work similar to obj-*, but are used for