diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-06 04:11:15 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-06 04:11:15 +0000 |
commit | bdd5003ae58baf4fb3fde9862630b97b2c1f058c (patch) | |
tree | 4ea47d8e7cb984adc94d0d5bc25b73609a6c1ee6 /Makefile.target | |
parent | a41b2ff2ddd0ba05ac2ca1bb657603b1d09dc9bc (diff) | |
download | qemu-bdd5003ae58baf4fb3fde9862630b97b2c1f058c.zip |
Arm display emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1746 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 2215f185f1..a5c728baaf 100644 --- a/Makefile.target +++ b/Makefile.target @@ -339,7 +339,7 @@ VL_OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o endif endif ifeq ($(TARGET_BASE_ARCH), arm) -VL_OBJS+= integratorcp.o ps2.o smc91c111.o +VL_OBJS+= integratorcp.o ps2.o smc91c111.o pl110.o endif ifdef CONFIG_GDBSTUB VL_OBJS+=gdbstub.o @@ -439,6 +439,7 @@ endif ifeq ($(TARGET_ARCH), arm) op.o: op.c op_template.h +pl110.o: pl110_template.h endif ifeq ($(TARGET_BASE_ARCH), sparc) |