Skip to content
Snippets Groups Projects
Commit a5914d01 authored by oharboe's avatar oharboe
Browse files

Charles Hardin ckhardin at gmail.com bin2char does not need to be installed as part of openocd

git-svn-id: svn://svn.berlios.de/openocd/trunk@816 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 3287b866
Branches
No related tags found
No related merge requests found
bin_PROGRAMS = bin2char openocd
bin2char_SOURCES = bin2char.c
bin_PROGRAMS = openocd
if ECOSBOARD
MAINFILE = ecosboard.c
......@@ -96,6 +94,10 @@ nobase_dist_pkglib_DATA = \
tcl/mmr_helpers.tcl \
tcl/readable.tcl
noinst_PROGRAMS = bin2char
bin2char_SOURCES = bin2char.c
# Convert .tcl to cfile
startup_tcl.c: bin2char startup.tcl
./bin2char startup_tcl < $(srcdir)/startup.tcl > startup_tcl.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment