X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.c;h=2bfbd57009f076260986b4522ce6cb34b7260c9c;hp=03b6f4eb2cee495dac36c1cc561c31f6d9f96ee3;hb=80f1a92bd7989bfdd8b7f00d947149b77407e15c;hpb=1fbe8450a9dd99a66f6a4035652beb400deb9277 diff --git a/src/target/target.c b/src/target/target.c index 03b6f4eb2c..2bfbd57009 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -94,6 +94,7 @@ extern struct target_type cortexr4_target; extern struct target_type arm11_target; extern struct target_type ls1_sap_target; extern struct target_type mips_m4k_target; +extern struct target_type mips_mips64_target; extern struct target_type avr_target; extern struct target_type dsp563xx_target; extern struct target_type dsp5680xx_target; @@ -147,6 +148,7 @@ static struct target_type *target_types[] = { &esirisc_target, #if BUILD_TARGET64 &aarch64_target, + &mips_mips64_target, #endif NULL, };