]> git.sur5r.net Git - openocd/blobdiff - src/jtag/drivers/Makefile.am
jtag/gw16012 usage/help updates
[openocd] / src / jtag / drivers / Makefile.am
index 15fbae39ecfdfc38e28d845bc44830577ac9e543..d6113c6012b2841f6221c01c55643686ed34d0c3 100644 (file)
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src/helper \
-       -I$(top_srcdir)/src/jtag
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 noinst_LTLIBRARIES = libocdjtagdrivers.la
 
@@ -28,6 +28,9 @@ endif
 if FT2232_DRIVER
 DRIVERFILES += ft2232.c
 endif
+if USB_BLASTER_DRIVER
+DRIVERFILES += usb_blaster.c
+endif
 if AMTJTAGACCEL
 DRIVERFILES += amt_jtagaccel.c
 endif