]> git.sur5r.net Git - openocd/blobdiff - src/target/target.c
Support for Freescale LS102x SAP
[openocd] / src / target / target.c
index d6558c49a92e3a4474d7613df807c8f00fa51719..d71828c0fc7aeccb59cac2b4d02da015a983277e 100644 (file)
@@ -90,6 +90,7 @@ extern struct target_type cortexm_target;
 extern struct target_type cortexa_target;
 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 avr_target;
 extern struct target_type dsp563xx_target;
@@ -120,6 +121,7 @@ static struct target_type *target_types[] = {
        &cortexa_target,
        &cortexr4_target,
        &arm11_target,
+       &ls1_sap_target,
        &mips_m4k_target,
        &avr_target,
        &dsp563xx_target,