Skip to content

Commit

Permalink
blk_components.mk: change := to ?=
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Brown <[email protected]>
  • Loading branch information
alexandermbrown authored and Ivan-Velickovic committed Jul 23, 2024
1 parent 82b943a commit cc16cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blk/components/blk_components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

BLK_IMAGES := blk_virt.elf

CFLAGS_blk :=
CFLAGS_blk ?=

CHECK_BLK_FLAGS_MD5:=.blk_cflags-$(shell echo -- ${CFLAGS} ${CFLAGS_blk} | shasum | sed 's/ *-//')

Expand Down

0 comments on commit cc16cb9

Please sign in to comment.