Skip to content

Commit

Permalink
Makefile: generate ktf.iso instead of boot.iso
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
  • Loading branch information
wipawel committed Nov 13, 2023
1 parent 45e84a3 commit 99c61eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ QEMU_PARAMS += $(QEMU_PARAMS_NOGFX)

QEMU_PARAMS_DEBUG := -s -S &

ISO_FILE := boot.iso
ISO_FILE := ktf.iso

ifneq ($(SYSTEM), LINUX)
$(ISO_FILE): dockerboot.iso
$(ISO_FILE): docker${ISO_FILE}
else
$(ISO_FILE): $(TARGET)
@echo "GEN ISO" $(ISO_FILE)
Expand Down

0 comments on commit 99c61eb

Please sign in to comment.