diff options
author | Andreas Färber <afaerber@suse.de> | 2012-06-09 03:54:31 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2012-06-15 12:44:27 +0200 |
commit | 07f9fd4864900349d0b3adb2c8403450bade21b7 (patch) | |
tree | b1cf3d24c7b57274872d4ff4e04862d0f9c7a63b /hw/Makefile.objs | |
parent | 3b82321090743b238978024037dbdf878e701f9c (diff) |
xilinx_axi*: Share devices between microblaze and microblazeel
Speeds up the build.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 102ebcf5a6..3d7725934f 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -63,6 +63,8 @@ hw-obj-$(CONFIG_JAZZ_LED) += jazz_led.o hw-obj-$(CONFIG_XILINX) += xilinx_intc.o hw-obj-$(CONFIG_XILINX) += xilinx_timer.o hw-obj-$(CONFIG_XILINX) += xilinx_uartlite.o +hw-obj-$(CONFIG_XILINX_AXI) += xilinx_axidma.o +hw-obj-$(CONFIG_XILINX_AXI) += xilinx_axienet.o # PCI watchdog devices hw-obj-$(CONFIG_PCI) += wdt_i6300esb.o |