X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2FMakefile.am;h=7fbcd584f20daa365bea8caa335f92e0d9d90bca;hp=572cd2441379aa7fe6c1552ebd9c6e768b4b4534;hb=ff6d0704ecd66343e3dab2059c89fa392e2214be;hpb=f22883e8c131b31b9b1bcc762b3f7317789147fb diff --git a/src/jtag/drivers/Makefile.am b/src/jtag/drivers/Makefile.am index 572cd24413..7fbcd584f2 100644 --- a/src/jtag/drivers/Makefile.am +++ b/src/jtag/drivers/Makefile.am @@ -145,6 +145,9 @@ endif if SYSFSGPIO DRIVERFILES += %D%/sysfsgpio.c endif +if XLNX_PCIE_XVC +DRIVERFILES += %D%/xlnx-pcie-xvc.c +endif if BCM2835GPIO DRIVERFILES += %D%/bcm2835gpio.c endif