Makefile (521b29b6ff53aa642ca0964ad34c2ebcb8dbad14) | Makefile (a64c0440dda1fff1fb5723140828983d0ca821d4) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# =========================================================================== 3# Kernel configuration targets 4# These targets are used from top-level makefile 5 6PHONY += xconfig gconfig menuconfig config localmodconfig localyesconfig \ 7 build_menuconfig build_nconfig build_gconfig build_xconfig 8 --- 123 unchanged lines hidden (view full) --- 132 @echo ' allyesconfig - New config where all options are accepted with yes' 133 @echo ' allmodconfig - New config selecting modules when possible' 134 @echo ' alldefconfig - New config with all symbols set to default' 135 @echo ' randconfig - New config with random answer to all options' 136 @echo ' listnewconfig - List new options' 137 @echo ' olddefconfig - Same as oldconfig but sets new symbols to their' 138 @echo ' default value without prompting' 139 @echo ' kvmconfig - Enable additional options for kvm guest kernel support' | 1# SPDX-License-Identifier: GPL-2.0 2# =========================================================================== 3# Kernel configuration targets 4# These targets are used from top-level makefile 5 6PHONY += xconfig gconfig menuconfig config localmodconfig localyesconfig \ 7 build_menuconfig build_nconfig build_gconfig build_xconfig 8 --- 123 unchanged lines hidden (view full) --- 132 @echo ' allyesconfig - New config where all options are accepted with yes' 133 @echo ' allmodconfig - New config selecting modules when possible' 134 @echo ' alldefconfig - New config with all symbols set to default' 135 @echo ' randconfig - New config with random answer to all options' 136 @echo ' listnewconfig - List new options' 137 @echo ' olddefconfig - Same as oldconfig but sets new symbols to their' 138 @echo ' default value without prompting' 139 @echo ' kvmconfig - Enable additional options for kvm guest kernel support' |
140 @echo ' xenconfig - Enable additional options for xen dom0 and guest kernel support' | 140 @echo ' xenconfig - Enable additional options for xen dom0 and guest kernel' 141 @echo ' support' |
141 @echo ' tinyconfig - Configure the tiniest possible kernel' 142 @echo ' testconfig - Run Kconfig unit tests (requires python3 and pytest)' 143 144# =========================================================================== 145# object files used by all kconfig flavours 146common-objs := confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o \ 147 symbol.o util.o 148 --- 62 unchanged lines hidden --- | 142 @echo ' tinyconfig - Configure the tiniest possible kernel' 143 @echo ' testconfig - Run Kconfig unit tests (requires python3 and pytest)' 144 145# =========================================================================== 146# object files used by all kconfig flavours 147common-objs := confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o \ 148 symbol.o util.o 149 --- 62 unchanged lines hidden --- |