Add support for the Z80 processor family
[deliverable/binutils-gdb.git] / gas / Makefile.am
index e373978a6f438ff41698fac1ce550db7fc16fc7b..0867a9a93d3e8d3f11059223e4d73e0c1d4b5b82 100644 (file)
@@ -88,6 +88,7 @@ CPU_TYPES = \
        v850 \
        xstormy16 \
        xtensa \
+       z80 \
        z8k
 
 # Object format types.  This is only used for dependency information.
@@ -270,6 +271,7 @@ TARGET_CPU_CFILES = \
        config/tc-v850.c \
        config/tc-xstormy16.c \
        config/tc-xtensa.c \
+       config/tc-z80.c \
        config/tc-z8k.c
 
 TARGET_CPU_HFILES = \
@@ -319,6 +321,7 @@ TARGET_CPU_HFILES = \
        config/tc-v850.h \
        config/tc-xstormy16.h \
        config/tc-xtensa.h \
+       config/tc-z80.h \
        config/tc-z8k.h
 
 # OBJ files in config
This page took 0.024775 seconds and 4 git commands to generate.