X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Faice%2FMakefile.am;fp=src%2Fjtag%2Faice%2FMakefile.am;h=38c441e1210e40e602ca53ffb9e292952c350efe;hp=0000000000000000000000000000000000000000;hb=ceb402dc9e903d2f3f6bc8125dfed9d82b83d2d1;hpb=8890ce34696d2e6a18eeda4a410724d24ad57360 diff --git a/src/jtag/aice/Makefile.am b/src/jtag/aice/Makefile.am new file mode 100644 index 0000000000..38c441e121 --- /dev/null +++ b/src/jtag/aice/Makefile.am @@ -0,0 +1,27 @@ +include $(top_srcdir)/common.mk + +AM_CPPFLAGS += -I$(top_srcdir)/src/jtag/drivers + +noinst_LTLIBRARIES = libocdaice.la + +libocdaice_la_SOURCES = \ + $(AICEFILES) + +AICEFILES = + +if AICE +AICEFILES += aice_transport.c +AICEFILES += aice_interface.c +AICEFILES += aice_port.c +AICEFILES += aice_usb.c +AICEFILES += aice_pipe.c +endif + +noinst_HEADERS = \ + aice_transport.h \ + aice_interface.h \ + aice_port.h \ + aice_usb.h \ + aice_pipe.h + +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in