From 6c22ea9d83ca91a3f5453d2699381a901f144ab5 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Fri, 5 Jul 2019 14:35:53 +0000 Subject: Makefile: generate header file with the list of devices enabled v2: generate config-devices.h which contains the list of devices enabled Message-Id: <20190705143554.10295-1-julio.montes@intel.com> Signed-off-by: Paolo Bonzini Signed-off-by: Julio Montes --- scripts/create_config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/create_config b/scripts/create_config index d727e5e36e..00e86c82b0 100755 --- a/scripts/create_config +++ b/scripts/create_config @@ -58,6 +58,8 @@ case $line in name=${line%=*} echo "#define $name 1" ;; + CONFIG_*=n) # configuration + ;; CONFIG_*=*) # configuration name=${line%=*} value=${line#*=} -- cgit v1.2.3-55-g7522