X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FMakefile.in;h=542170ff1194c506bbcc9a5277208bf12c8d911b;hb=2a90824133f9d46970c9c52b68ef2ccbeb6389ac;hp=118c3c806266deaefcb8009e0d0a14958ca1ea24;hpb=18cdc6d8f8e8b55e84783e0a2b5a80b41a0e917b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 118c3c8062..542170ff11 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -687,6 +687,8 @@ ALL_TARGET_OBS = \ bsd-uthread.o \ cris-linux-tdep.o \ cris-tdep.o \ + csky-linux-tdep.o \ + csky-tdep.o \ dicos-tdep.o \ fbsd-tdep.o \ frv-linux-tdep.o \ @@ -1209,6 +1211,7 @@ HFILES_NO_SRCDIR = \ completer.h \ cp-abi.h \ cp-support.h \ + csky-tdep.h \ ctf.h \ d-lang.h \ darwin-nat.h \ @@ -2215,6 +2218,8 @@ ALLDEPFILES = \ bfin-tdep.c \ bsd-kvm.c \ bsd-uthread.c \ + csky-linux-tdep.c \ + csky-tdep.c \ darwin-nat.c \ dicos-tdep.c \ fbsd-nat.c \