Add support for the Z80 processor family
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
index f2e8ccddbf5945c9c966d7dc67f5f7d6e700b072..5d082b77224895b631ef1dea3dcb1c637864ca72 100644 (file)
@@ -400,6 +400,7 @@ CFILES = \
        xstormy16-ibld.c \
        xstormy16-opc.c \
        xtensa-dis.c \
+       z80-dis.c \
        z8k-dis.c \
        z8kgen.c
 
@@ -524,6 +525,7 @@ ALL_MACHINES = \
        xstormy16-ibld.lo \
        xstormy16-opc.lo \
        xtensa-dis.lo \
+       z80-dis.lo \
        z8k-dis.lo
 
 OFILES = @BFD_MACHINES@
@@ -1570,6 +1572,8 @@ xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
   $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
   sysdep.h ./config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
   $(INCDIR)/symcat.h
+z80-dis.lo: z80-dis.c sysdep.h ./config.h $(INCDIR)/ansidecl.h \
+  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
 z8k-dis.lo: z8k-dis.c sysdep.h ./config.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
   z8k-opc.h
This page took 0.036988 seconds and 4 git commands to generate.