diff options
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 1dbb5d3..c74be34 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -114,6 +114,7 @@ BFD32_BACKENDS = \ aout-tic30.lo \ aout0.lo \ aout32.lo \ + armnetbsd.lo \ bout.lo \ cf-i386lynx.lo \ cf-m68klynx.lo \ @@ -236,6 +237,7 @@ BFD32_BACKENDS_CFILES = \ aout-tic30.c \ aout0.c \ aout32.c \ + armnetbsd.c \ bout.c \ cf-i386lynx.c \ cf-m68klynx.c \ @@ -723,6 +725,9 @@ aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \ aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ $(INCDIR)/aout/ar.h +armnetbsd.lo: armnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \ + aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ + $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \ |