Skip to content

Commit

Permalink
Merge pull request kata-containers#5453 from openanolis/chao/fix_comm…
Browse files Browse the repository at this point in the history
…ent_typo

Makefile: fix an typo in runtime-rs makefile
  • Loading branch information
liubin authored Oct 21, 2022
2 parents 1c159d8 + f74e328 commit 1bf64c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime-rs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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
Expand Down

0 comments on commit 1bf64c9

Please sign in to comment.