X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.c;h=b2af96a3144d188cb3d9056c7c67e85b9ee4ef32;hp=43d2c6a7a737a441ac6d89e9ebcad10ce94e3db9;hb=1338cf60b91c582fa4b27d5226ab4374117be415;hpb=005d85d56cfed72326f73e93eae105840b21645d diff --git a/src/target/target.c b/src/target/target.c index 43d2c6a7a7..b2af96a314 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -102,6 +102,7 @@ extern struct target_type nds32_v2_target; extern struct target_type nds32_v3_target; extern struct target_type nds32_v3m_target; extern struct target_type or1k_target; +extern struct target_type quark_x10xx_target; static struct target_type *target_types[] = { &arm7tdmi_target, @@ -130,6 +131,7 @@ static struct target_type *target_types[] = { &nds32_v3_target, &nds32_v3m_target, &or1k_target, + &quark_x10xx_target, NULL, };