X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2FMakefile.am;h=1aa307a5b036b50e628f2102ab3a41f4533126ba;hb=b4a983cb93fa80d1653194e0a58231327c7d8cd3;hp=4836608a04dcf19e390a0b4c3f24f180d1b9ee72;hpb=9f01d54aed26f80659a3560ce7d22cf2913a3d68;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 4836608a04..1aa307a5b0 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to generate Makefile.in # # Copyright (C) 2012-2020 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -357,6 +357,7 @@ BFD32_BACKENDS = \ elf32-xgate.lo \ elf32-xstormy16.lo \ elf32-xtensa.lo \ + elf32-z80.lo \ elf32.lo \ elflink.lo \ elfxx-sparc.lo \ @@ -492,6 +493,7 @@ BFD32_BACKENDS_CFILES = \ elf32-xgate.c \ elf32-xstormy16.c \ elf32-xtensa.c \ + elf32-z80.c \ elf32.c \ elflink.c \ elfxx-sparc.c \