diff options
Diffstat (limited to 'Makefile.hw')
-rw-r--r-- | Makefile.hw | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw index 87675fde96..6da37a97ee 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -21,7 +21,13 @@ OBJS+= fw_cfg.o OBJS+= watchdog.o OBJS+= nand.o ecc.o -OBJS+= m48t59.o +OBJS+= m48t59.o escc.o + +# PC style devices +OBJS+= fdc.o + +# SCSI layer +OBJS+= lsi53c895a.o esp.o OBJS+= dma-helpers.o sysbus.o |