Skip to content

Commit bbc94c8

Browse files
committed
build: Make qemu_kernel depend on kernel (not all)
1 parent 78ad879 commit bbc94c8

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
@@ -30,7 +30,7 @@ qemu: all
3030
@echo "---------------------------------------------"
3131
qemu-system-x86_64 -drive format=raw,file=build/disk.img
3232

33-
qemu_kernel: all
33+
qemu_kernel: $(KERNEL)
3434
make --directory kernel qemu
3535

3636
clean:

0 commit comments

Comments
 (0)