aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/interfaces.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/interfaces.c')
-rw-r--r--src/jtag/interfaces.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jtag/interfaces.c b/src/jtag/interfaces.c
index 2a8acdbd..8cf09a3c 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,
};