diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-11-21 16:37:17 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-11-21 16:37:17 +0000 |
commit | 8c634335b41a805998e5bae05328bb47057cce0b (patch) | |
tree | a94daded00dbe298d61fde9bca57b3a3de033daf /Makefile.am | |
parent | 89d0e422c9698dd9a1fcbd7d4b6c8490633b0029 (diff) | |
download | riscv-openocd-8c634335b41a805998e5bae05328bb47057cce0b.zip riscv-openocd-8c634335b41a805998e5bae05328bb47057cce0b.tar.gz riscv-openocd-8c634335b41a805998e5bae05328bb47057cce0b.tar.bz2 |
- reset_run now works as expected on cortex-m3
- str9xpec erase status checked on option byte programming
- stm32x flash driver now supports sector protection
- surplus exit removed from flash.c
- openocd.texi documentation added
git-svn-id: svn://svn.berlios.de/openocd/trunk@212 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 02520f2..d030409 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 -SUBDIRS = src +SUBDIRS = src doc |