From e5586183183234f9e8102ca570dc7d1f267b2c24 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Thu, 16 Feb 2012 23:39:37 +0000 Subject: * MAINTAINERS: Add rx to target ISA section. * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o. (ALLDEPFILES): Add rx-tdep.c. --- gdb/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 59a9700..3e1b93c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -557,6 +557,7 @@ ALL_TARGET_OBS = \ ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \ rl78-tdep.o \ rs6000-aix-tdep.o rs6000-tdep.o \ + rx-tdep.o \ s390-tdep.o \ score-tdep.o \ sh64-tdep.o sh-linux-tdep.o shnbsd-tdep.o sh-tdep.o \ @@ -1492,6 +1493,7 @@ ALLDEPFILES = \ dcache.c \ rl78-tdep.c \ rs6000-nat.c rs6000-tdep.c \ + rx-tdep.c \ s390-tdep.c s390-nat.c \ score-tdep.c \ ser-go32.c ser-pipe.c ser-tcp.c ser-mingw.c \ -- cgit v1.1