Skip to content

Commit

Permalink
qemu_v8: add $(OUT_PATH) recipe
Browse files Browse the repository at this point in the history
Add a $(OUT_PATH) recipe since $(HAFNIUM_BIN) depends on it.

Signed-off-by: Jens Wiklander <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
  • Loading branch information
jenswi-linaro authored and jforissier committed Jan 24, 2025
1 parent 85cc2db commit a1e87ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qemu_v8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ clean: $(TARGET_CLEAN)
$(BINARIES_PATH):
mkdir -p $@

$(OUT_PATH):
mkdir -p $@

include toolchain.mk

################################################################################
Expand Down

0 comments on commit a1e87ea

Please sign in to comment.