Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / Makefile.hw
index 6da37a9..6accb3b 100644 (file)
@@ -23,15 +23,14 @@ OBJS+= nand.o ecc.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
 
 all: $(HWLIB)
+# Dummy command so that make thinks it has done something
+       @true
 
 $(HWLIB): $(OBJS)