From d54c8d88575bd16eb8e9f10d55b485a956fd6444 Mon Sep 17 00:00:00 2001 From: Cory Todd Date: Fri, 16 Jun 2023 10:10:19 -0700 Subject: [PATCH] readme: fix header list delimiter The ARCH and FLAVOUR lists are now space delimited. Signed-off-by: Cory Todd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a124612..bf953ff 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,10 @@ CONFIG_ policy<{'[-]': ``` - - **ARCH**: contains the list of comma-separated values that defines all the + - **ARCH**: contains the list of space-separated values that defines all the supported architectures for this kernel - - **FLAVOUR**: contains the list of comma-separated values that defines the + - **FLAVOUR**: contains the list of space-separated values that defines the list of flavours associated to each supported architecture - **FLAVOUR_DEP**: contains a mapping of `ARCH-FLAVOUR` pairs mapped to a -- 2.31.1