]> git.sur5r.net Git - openocd/blobdiff - src/transport/transport.h
configure: disable all drivers when zy1000 is enabled
[openocd] / src / transport / transport.h
index d0a77ddfbd230b0b54b509357093a8641702e0e9..140ef503d7e0f2e3e6ec0b98fed62ef6ae9e23ec 100644 (file)
@@ -97,10 +97,7 @@ bool transports_are_declared(void);
 bool transport_is_jtag(void);
 bool transport_is_swd(void);
 
-/* FIXME: ZY1000 test build on jenkins is configured with enabled hla adapters
- * but jtag/hla/hla_*.c files are not compiled. To workaround the problem we assume hla
- * is broken if BUILD_ZY1000 is set */
-#if BUILD_HLADAPTER && !BUILD_ZY1000
+#if BUILD_HLADAPTER
 bool transport_is_hla(void);
 #else
 static inline bool transport_is_hla(void)