diff options
Diffstat (limited to 'src/target/target.c')
-rw-r--r-- | src/target/target.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/target.c b/src/target/target.c index 31ade6ac..66aa6bf7 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -66,6 +66,7 @@ extern struct target_type dragonite_target; extern struct target_type xscale_target; extern struct target_type cortexm3_target; extern struct target_type cortexa8_target; +extern struct target_type cortexa9_target; extern struct target_type arm11_target; extern struct target_type mips_m4k_target; extern struct target_type avr_target; @@ -88,6 +89,7 @@ static struct target_type *target_types[] = &xscale_target, &cortexm3_target, &cortexa8_target, + &cortexa9_target, &arm11_target, &mips_m4k_target, &avr_target, |