diff options
author | Andreas Färber <afaerber@suse.de> | 2012-06-09 03:54:29 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2012-06-15 12:44:26 +0200 |
commit | 9bbfbb61afab2e54e476da6f46ef8f7ee25ad750 (patch) | |
tree | 6a687497e91c091a7106cf655dc0c8e3564c5b6b /hw/Makefile.objs | |
parent | f756c7a723faa3a21dcb6bb6806e77f1628019f5 (diff) |
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/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 7e17504278..102ebcf5a6 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -59,6 +59,11 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o hw-obj-$(CONFIG_G364FB) += g364fb.o hw-obj-$(CONFIG_JAZZ_LED) += jazz_led.o +# Xilinx devices +hw-obj-$(CONFIG_XILINX) += xilinx_intc.o +hw-obj-$(CONFIG_XILINX) += xilinx_timer.o +hw-obj-$(CONFIG_XILINX) += xilinx_uartlite.o + # PCI watchdog devices hw-obj-$(CONFIG_PCI) += wdt_i6300esb.o |