diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-01-27 16:33:27 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-01-27 16:34:43 +0100 |
| commit | bb2c0277010fa5fc3010dca79685d527bd87d9fb (patch) | |
| tree | dd719f969a6d9f1377fa85dc7325b53d9622a863 /Makefile | |
| parent | 1f418a1c4480cef90b8596ae17bdca9cc7ca1b88 (diff) | |
| download | cachepc-bb2c0277010fa5fc3010dca79685d527bd87d9fb.tar.gz cachepc-bb2c0277010fa5fc3010dca79685d527bd87d9fb.zip | |
Add CPC_TRACK_STEPS and make apic reset more robust
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
