Add Xtensa port
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
index d3ecd6fe579a2bb1fcd1751608864da9b7a781bc..df208325baa42983da4445aa268afbd6c3cce729 100644 (file)
@@ -160,6 +160,7 @@ CFILES = \
        xstormy16-dis.c \
        xstormy16-ibld.c \
        xstormy16-opc.c \
+       xtensa-dis.c \
        z8k-dis.c \
        z8kgen.c
 
@@ -270,6 +271,7 @@ ALL_MACHINES = \
        xstormy16-dis.lo \
        xstormy16-ibld.lo \
        xstormy16-opc.lo \
+       xtensa-dis.lo \
        z8k-dis.lo
 
 OFILES = @BFD_MACHINES@
@@ -817,6 +819,9 @@ xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
   $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
+xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
+  $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/dis-asm.h \
+  $(BFD_H) $(INCDIR)/symcat.h
 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
This page took 0.02518 seconds and 4 git commands to generate.