diff options
author | Andreas Färber | 2012-06-09 03:54:29 +0200 |
---|---|---|
committer | Edgar E. Iglesias | 2012-06-15 12:44:26 +0200 |
commit | 9bbfbb61afab2e54e476da6f46ef8f7ee25ad750 (patch) | |
tree | 6a687497e91c091a7106cf655dc0c8e3564c5b6b /hw/microblaze | |
parent | cris: Add break support for v10. (diff) | |
download | qemu-9bbfbb61afab2e54e476da6f46ef8f7ee25ad750.tar.gz qemu-9bbfbb61afab2e54e476da6f46ef8f7ee25ad750.tar.xz qemu-9bbfbb61afab2e54e476da6f46ef8f7ee25ad750.zip |
hw/xilinx_*: Share Xilinx devices between ppc and microblaze
Speeds up the build.
xilinx_ethlite uses tswap32() and is thus target-dependent.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/microblaze')
-rw-r--r-- | hw/microblaze/Makefile.objs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/microblaze/Makefile.objs b/hw/microblaze/Makefile.objs index 020f7b6e9b..59ea20f289 100644 --- a/hw/microblaze/Makefile.objs +++ b/hw/microblaze/Makefile.objs @@ -3,9 +3,6 @@ obj-y += petalogix_ml605_mmu.o obj-y += microblaze_boot.o obj-y += microblaze_pic_cpu.o -obj-y += xilinx_intc.o -obj-y += xilinx_timer.o -obj-y += xilinx_uartlite.o obj-y += xilinx_ethlite.o obj-y += xilinx_axidma.o obj-y += xilinx_axienet.o |