X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.c;h=8cf09a3c0ffccee12989f7ff53bea8e719db92d2;hp=2a8acdbd64e5b69c0f80c0f62ae99fb7134e0cec;hb=ceb402dc9e903d2f3f6bc8125dfed9d82b83d2d1;hpb=8890ce34696d2e6a18eeda4a410724d24ad57360 diff --git a/src/jtag/interfaces.c b/src/jtag/interfaces.c index 2a8acdbd64..8cf09a3c0f 100644 --- a/src/jtag/interfaces.c +++ b/src/jtag/interfaces.c @@ -116,6 +116,9 @@ extern struct jtag_interface opendous_interface; #if BUILD_SYSFSGPIO == 1 extern struct jtag_interface sysfsgpio_interface; #endif +#if BUILD_AICE == 1 +extern struct jtag_interface aice_interface; +#endif #endif /* standard drivers */ /** @@ -200,6 +203,9 @@ struct jtag_interface *jtag_interfaces[] = { #if BUILD_SYSFSGPIO == 1 &sysfsgpio_interface, #endif +#if BUILD_AICE == 1 + &aice_interface, +#endif #endif /* standard drivers */ NULL, };