diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2011-03-07 11:10:32 +0000 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-04-03 18:04:36 +0200 |
commit | 2055283bcc8292fd63c772ed90a2502f427b2174 (patch) | |
tree | 0c9eba83378e2c9f2d0a76b04a5078e8280fbf3e /Makefile.target | |
parent | 622465e1fa4c07d96fcb6e8cbe746b1e3f3ff65e (diff) |
hw/vexpress.c: Add model of ARM Versatile Express board
Add a model of the ARM Versatile Express board (with A9MPx4
daughterboard).
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index ace5608016..ddb0931f68 100644 --- a/Makefile.target +++ b/Makefile.target @@ -333,6 +333,7 @@ obj-arm-y += framebuffer.o obj-arm-y += syborg.o syborg_fb.o syborg_interrupt.o syborg_keyboard.o obj-arm-y += syborg_serial.o syborg_timer.o syborg_pointer.o syborg_rtc.o obj-arm-y += syborg_virtio.o +obj-arm-y += vexpress.o obj-sh4-y = shix.o r2d.o sh7750.o sh7750_regnames.o tc58128.o obj-sh4-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o |