X-Git-Url: http://git.maemo.org/git/?p=qemu;a=blobdiff_plain;f=Makefile.hw;h=6accb3bc72ccdf692f34276231dc3a58e2e9a7a1;hp=6da37a97ee98ec825aeb133ce1df9af147560f4d;hb=HEAD;hpb=e20a8dff4c0da3827764924139d3bb73962f5d5a diff --git a/Makefile.hw b/Makefile.hw index 6da37a9..6accb3b 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -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)