]> git.sur5r.net Git - openocd/blobdiff - src/target/target.c
aarch64: Add ARMv8 AARCH64 support files
[openocd] / src / target / target.c
index 40baf8ed840391f33caeeb711df4256fe4130218..5c2164f7a19d5903c9416f4086ca7a0f86052ffd 100644 (file)
@@ -88,6 +88,7 @@ extern struct target_type dragonite_target;
 extern struct target_type xscale_target;
 extern struct target_type cortexm_target;
 extern struct target_type cortexa_target;
+extern struct target_type aarch64_target;
 extern struct target_type cortexr4_target;
 extern struct target_type arm11_target;
 extern struct target_type ls1_sap_target;
@@ -135,6 +136,9 @@ static struct target_type *target_types[] = {
        &or1k_target,
        &quark_x10xx_target,
        &quark_d20xx_target,
+#if BUILD_TARGET64
+       &aarch64_target,
+#endif
        NULL,
 };