From bb2c0277010fa5fc3010dca79685d527bd87d9fb Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 27 Jan 2023 16:33:27 +0100 Subject: Add CPC_TRACK_STEPS and make apic reset more robust --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f346907..b5af6af 100755 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ test/%.o: test/%.S test/%: test/%.c $(TEST_SRCS) $(CC) -o $@ $(filter %.c,$^) $(filter %.S,$^) $(CFLAGS) $(LDLIBS) -test/kvm-%_guest: test/kvm-%_guest.o test/guest.lds +test/kvm-%_guest: test/kvm-%_guest.o test/kvm-guest.lds $(LD) -Ttest/kvm-guest.lds -o $@ $< test/kvm-%: test/kvm-%.c $(TEST_SRCS) -- cgit v1.2.3-71-gd317