summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2016-11-13 12:04:29 +0100
committerRichard Henderson <rth@twiddle.net>2016-11-13 12:04:29 +0100
commit333f7da2d9287747779599e62a0bab89b5fa558b (patch)
tree56e4fa46cdde9d04420d2cc6aaccecfcfdea82d0 /Makefile
parentc87a92639b28ac42bc8f6c67443543b405dc479b (diff)
downloadqemu-palcode-333f7da2d9287747779599e62a0bab89b5fa558b.zip
qemu-palcode-333f7da2d9287747779599e62a0bab89b5fa558b.tar.gz
qemu-palcode-333f7da2d9287747779599e62a0bab89b5fa558b.tar.bz2
Add smp support
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2025599..ec3c55f 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ clean:
rm -f palcode-*
pal.o: pal.S osf.h sys-$(SYSTEM).h core-$(CORE).h
-init.o: init.c hwrpb.h osf.h uart.h sys-$(SYSTEM).h core-$(CORE).h
+init.o: init.c protos.h hwrpb.h osf.h uart.h sys-$(SYSTEM).h core-$(CORE).h
printf.o: printf.c uart.h
uart.o: uart.c uart.h protos.h
crb.o: crb.c hwrpb.h protos.h console.h uart.h