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.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
include $(top_srcdir)/common.mk
|
||||
|
||||
#METASOURCES = AUTO
|
||||
noinst_LTLIBRARIES = libtransport.la
|
||||
libtransport_la_SOURCES = \
|
||||
transport.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
transport.h
|
||||
|
||||
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
||||
Reference in New Issue
Block a user