X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.c;h=060fbdca5af8e7eaf6713c7a8d3df338c2538b07;hp=253928d7c3ce0c9a2c1e0ea0f258ce6c981b19ff;hb=5d458cf72734a4474f38bbed10eea4d9acfe93a2;hpb=23cd59cdf2a563b840e5917e36c4241ee4d988f4 diff --git a/src/target/target.c b/src/target/target.c index 253928d7c3..060fbdca5a 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -108,6 +108,7 @@ extern struct target_type quark_x10xx_target; extern struct target_type quark_d20xx_target; extern struct target_type stm8_target; extern struct target_type riscv_target; +extern struct target_type mem_ap_target; static struct target_type *target_types[] = { &arm7tdmi_target, @@ -144,6 +145,7 @@ static struct target_type *target_types[] = { #if BUILD_TARGET64 &aarch64_target, #endif + &mem_ap_target, NULL, };