jim-nvp is moving from jimtcl to openocd
The jim-nvp code is specific to openocd, so it belongs in openocd, not in the core jimtcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
This commit is contained in:
committed by
Øyvind Harboe
parent
05b12e6c5e
commit
ef885d3b2a
@@ -20,7 +20,8 @@ libhelper_la_SOURCES = \
|
||||
time_support.c \
|
||||
replacements.c \
|
||||
fileio.c \
|
||||
util.c
|
||||
util.c \
|
||||
jim-nvp.c
|
||||
|
||||
if IOUTIL
|
||||
libhelper_la_SOURCES += ioutil.c
|
||||
@@ -46,7 +47,8 @@ noinst_HEADERS = \
|
||||
replacements.h \
|
||||
fileio.h \
|
||||
system.h \
|
||||
bin2char.c
|
||||
bin2char.c \
|
||||
jim-nvp.h
|
||||
|
||||
EXTRA_DIST = startup.tcl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user