Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
70853596
Commit
70853596
authored
Aug 14, 2007
by
drath
Browse files
- corrected automake script
git-svn-id:
svn://svn.berlios.de/openocd/trunk@195
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
29000b20
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
70853596
...
...
@@ -21,9 +21,10 @@ FTDI2232LIB = -lftdi
else
if
PRESTO_LIBFTDI
FTDI2232LIB
=
-lftdi
e
ndif
e
lse
FTDI2232LIB
=
endif
endif
if
USBPROG
LIBUSB
=
-lusb
...
...
src/jtag/Makefile.am
View file @
70853596
...
...
@@ -70,9 +70,10 @@ PRESTOFILES = presto.c
else
if
PRESTO_FTD2XX
PRESTOFILES
=
presto.c
e
ndif
e
lse
PRESTOFILES
=
endif
endif
if
USBPROG
USBPROGFILES
=
usbprog.c
...
...
src/openocd.c
View file @
70853596
...
...
@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#define OPENOCD_VERSION "Open On-Chip Debugger (2007-08-14 1
1:45
CEST)"
#define OPENOCD_VERSION "Open On-Chip Debugger (2007-08-14 1
2:00
CEST)"
#ifdef HAVE_CONFIG_H
#include
"config.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment