summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-01-27 16:33:27 +0100
committerLouis Burda <quent.burda@gmail.com>2023-01-27 16:34:43 +0100
commitbb2c0277010fa5fc3010dca79685d527bd87d9fb (patch)
treedd719f969a6d9f1377fa85dc7325b53d9622a863 /Makefile
parent1f418a1c4480cef90b8596ae17bdca9cc7ca1b88 (diff)
downloadcachepc-bb2c0277010fa5fc3010dca79685d527bd87d9fb.tar.gz
cachepc-bb2c0277010fa5fc3010dca79685d527bd87d9fb.zip
Add CPC_TRACK_STEPS and make apic reset more robust
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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)