X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftarget%2Ftarget.c;h=9b07dbf6185fc98e2b90c6c9125cb0bc11d073dd;hb=ce5ca9f7ba782ea9fba8ecd5fc1cb9407fd27949;hp=10a25efde6193afeedb04b7310374807df8a7b13;hpb=be2e5c6c35f77fecb4df2a19cec05cceac500ca9;p=fw%2Fopenocd diff --git a/src/target/target.c b/src/target/target.c index 10a25efde..9b07dbf61 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -77,6 +77,7 @@ extern struct target_type fa526_target; extern struct target_type feroceon_target; extern struct target_type dragonite_target; extern struct target_type xscale_target; +extern struct target_type xtensa_chip_target; extern struct target_type cortexm_target; extern struct target_type cortexa_target; extern struct target_type aarch64_target; @@ -118,6 +119,7 @@ static struct target_type *target_types[] = { &feroceon_target, &dragonite_target, &xscale_target, + &xtensa_chip_target, &cortexm_target, &cortexa_target, &cortexr4_target,