Skip to content

Commit 3fa6e7b

Browse files
authored
Add an override to makefile script to achieve expected result (#137)
1 parent 33d5594 commit 3fa6e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ FEATURES ?=
5252
APP_FEATURES ?=
5353
# make `FEATURES=page-alloc-64g` as the default configuration
5454
MEM_FEATURES ?= page-alloc-64g
55-
FEATURES += $(MEM_FEATURES)
55+
override FEATURES := $(FEATURES),$(MEM_FEATURES)
5656

5757
# QEMU options
5858
BLK ?= y

0 commit comments

Comments
 (0)