From: Juergen Gross Date: Mon, 5 Sep 2016 11:43:30 +0000 (+0200) Subject: mini-os: add comments in Config.mk regarding new config options X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7f59b36736937304cf18f9f27059bc3dbaad96e7;p=people%2Fpauldu%2Fmini-os.git mini-os: add comments in Config.mk regarding new config options Add some comment in Config.mk what to do in case of adding new config options. Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault --- diff --git a/Config.mk b/Config.mk index 0e405bf..0baedd1 100644 --- a/Config.mk +++ b/Config.mk @@ -152,6 +152,11 @@ CFLAGS += -flto LDFLAGS-$(clang) += -plugin LLVMgold.so endif +# When adding a new CONFIG_ option please make sure the test configurations +# under arch/*/testbuild/ are updated accordingly. Especially +# arch/*/testbuild/*-yes and arch/*/testbuild/*-no should set ALL possible +# CONFIG_ variables. + # Configuration defaults ifeq ($(TARGET_ARCH_FAM),x86) CONFIG_PARAVIRT ?= y