diff options
Diffstat (limited to 'Makefile.hw')
-rw-r--r-- | Makefile.hw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw index f7a9507ea5..571e5184f7 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -26,7 +26,7 @@ obj-y += m48t59.o escc.o # SCSI layer obj-y += lsi53c895a.o esp.o -obj-y += dma-helpers.o sysbus.o +obj-y += dma-helpers.o sysbus.o qdev-addr.o all: $(HWLIB) # Dummy command so that make thinks it has done something |