From f74e328fffc4737b8a278a588db79942f84df20a Mon Sep 17 00:00:00 2001 From: Chao Wu Date: Wed, 19 Oct 2022 14:12:48 +0800 Subject: [PATCH] Makefile: fix an typo in runtime-rs makefile There is a typo in runtime-rs makefile. _dragonball should be _DB fixes: #5452 Signed-off-by: Chao Wu --- src/runtime-rs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime-rs/Makefile b/src/runtime-rs/Makefile index 482517b3d7..0a5666e0d2 100644 --- a/src/runtime-rs/Makefile +++ b/src/runtime-rs/Makefile @@ -177,7 +177,7 @@ ifneq (,$(DBCMD)) SYSCONFIG_DB = $(abspath $(SYSCONFDIR)/$(CONFIG_FILE_DB)) SYSCONFIG_PATHS += $(SYSCONFIG_DB) CONFIGS += $(CONFIG_DB) - # dragonball-specific options (all should be suffixed by "_dragonball") + # dragonball-specific options (all should be suffixed by "_DB") DEFMAXVCPUS_DB := 1 DEFBLOCKSTORAGEDRIVER_DB := virtio-blk DEFNETWORKMODEL_DB := tcfilter