Add dummy command to submakefiles
[qemu] / Makefile.hw
index 87675fd..6accb3b 100644 (file)
@@ -21,11 +21,16 @@ OBJS+= fw_cfg.o
 OBJS+= watchdog.o
 OBJS+= nand.o ecc.o
 
-OBJS+= m48t59.o
+OBJS+= m48t59.o escc.o
+
+# SCSI layer
+OBJS+= lsi53c895a.o esp.o
 
 OBJS+= dma-helpers.o sysbus.o
 
 all: $(HWLIB)
+# Dummy command so that make thinks it has done something
+       @true
 
 $(HWLIB): $(OBJS)