aboutsummaryrefslogtreecommitdiff
path: root/src/pld/Makefile.am
diff options
context:
space:
mode:
authorDaniel Anselmi <danselmi@gmx.ch>2022-12-12 09:49:51 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2023-04-30 14:54:18 +0000
commit7c6d44644082eb33d91af62091c37ba1384555ad (patch)
treeb2502f979bc92b781eec0006521f98e1f842764c /src/pld/Makefile.am
parente33eae340d3502ffab8c172c246bc392a093c2ea (diff)
downloadriscv-openocd-7c6d44644082eb33d91af62091c37ba1384555ad.zip
riscv-openocd-7c6d44644082eb33d91af62091c37ba1384555ad.tar.gz
riscv-openocd-7c6d44644082eb33d91af62091c37ba1384555ad.tar.bz2
pld: add support for efinix devices
Change-Id: Ie520e761c255ba1335d5aab9c6825f160a6151d9 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7288 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
Diffstat (limited to 'src/pld/Makefile.am')
-rw-r--r--src/pld/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am
index 8ad4296..be33bcd 100644
--- a/src/pld/Makefile.am
+++ b/src/pld/Makefile.am
@@ -5,6 +5,7 @@ noinst_LTLIBRARIES += %D%/libpld.la
%D%/certus.c \
%D%/ecp2_3.c \
%D%/ecp5.c \
+ %D%/efinix.c \
%D%/lattice.c \
%D%/lattice_bit.c \
%D%/pld.c \