Makefile (b04a92e1601eb6df3a3b6599e7fb7ee021eef2cb) | Makefile (e11f04962cee8f7fb0dc14983a7a461ade8f71c3) |
---|---|
1# =========================================================================== 2# Kernel configuration targets 3# These targets are used from top-level makefile 4 5.PHONY: oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config 6 7xconfig: $(obj)/qconf 8 $< arch/$(ARCH)/Kconfig --- 64 unchanged lines hidden (view full) --- 73 @echo ' menuconfig - Update current config utilising a menu based program' 74 @echo ' xconfig - Update current config utilising a QT based front-end' 75 @echo ' gconfig - Update current config utilising a GTK based front-end' 76 @echo ' oldconfig - Update current config utilising a provided .config as base' 77 @echo ' randconfig - New config with random answer to all options' 78 @echo ' defconfig - New config with default answer to all options' 79 @echo ' allmodconfig - New config selecting modules when possible' 80 @echo ' allyesconfig - New config where all options are accepted with yes' | 1# =========================================================================== 2# Kernel configuration targets 3# These targets are used from top-level makefile 4 5.PHONY: oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config 6 7xconfig: $(obj)/qconf 8 $< arch/$(ARCH)/Kconfig --- 64 unchanged lines hidden (view full) --- 73 @echo ' menuconfig - Update current config utilising a menu based program' 74 @echo ' xconfig - Update current config utilising a QT based front-end' 75 @echo ' gconfig - Update current config utilising a GTK based front-end' 76 @echo ' oldconfig - Update current config utilising a provided .config as base' 77 @echo ' randconfig - New config with random answer to all options' 78 @echo ' defconfig - New config with default answer to all options' 79 @echo ' allmodconfig - New config selecting modules when possible' 80 @echo ' allyesconfig - New config where all options are accepted with yes' |
81 @echo ' allnoconfig - New minimal config' | 81 @echo ' allnoconfig - New config where all options are answered with no' |
82 83# =========================================================================== 84# Shared Makefile for the various kconfig executables: 85# conf: Used for defconfig, oldconfig and related targets 86# mconf: Used for the mconfig target. 87# Utilizes the lxdialog package 88# qconf: Used for the xconfig target 89# Based on QT which needs to be installed to compile it --- 165 unchanged lines hidden --- | 82 83# =========================================================================== 84# Shared Makefile for the various kconfig executables: 85# conf: Used for defconfig, oldconfig and related targets 86# mconf: Used for the mconfig target. 87# Utilizes the lxdialog package 88# qconf: Used for the xconfig target 89# Based on QT which needs to be installed to compile it --- 165 unchanged lines hidden --- |