openocd/src/transport/Makefile.am
Øyvind Harboe c8b5719802 transport: move files over to transport folder
as we introduce swd and jtag as two transports, we want
to start up with a new transport folder to organize the
code a bit.
2011-06-13 15:51:04 +02:00

12 lines
210 B
Makefile

include $(top_srcdir)/common.mk
#METASOURCES = AUTO
noinst_LTLIBRARIES = libtransport.la
libtransport_la_SOURCES = \
transport.c
noinst_HEADERS = \
transport.h
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in