diff options
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 |