[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT/VFSCORE PATCH 1/2] Quotes to symbol
Signed-off-by: George Muraru <murarugeorgec@xxxxxxxxx> --- Config.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.uk b/Config.uk index 3235b91..1d4143e 100644 --- a/Config.uk +++ b/Config.uk @@ -14,7 +14,7 @@ config UK_ARCH default "x86_64" if ARCH_X86_64 default "arm64" if ARCH_ARM_64 default "arm" if ARCH_ARM_32 - default $(UK_ARCH) + default "$(UK_ARCH)" config NO_APP def_bool $(shell,test $(UK_BASE) = $(UK_APP) && echo y || echo n) -- 2.25.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |