summaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-04 04:01:45 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-04 16:56:23 -0800
commit04ee41de52065f648752c13652b3428260f1ac2a (patch)
treec6b937c87bb2b281d70b1fdfa2f29c9fc67de329 /src/flash/nor/Makefile.am
parent32f961daba1301ac22ed53c9bc0822effff168cf (diff)
downloadopenocd+libswd-04ee41de52065f648752c13652b3428260f1ac2a.tar.gz
openocd+libswd-04ee41de52065f648752c13652b3428260f1ac2a.tar.bz2
openocd+libswd-04ee41de52065f648752c13652b3428260f1ac2a.tar.xz
openocd+libswd-04ee41de52065f648752c13652b3428260f1ac2a.zip
move more nor flash implementation details
Splits the exec mode commands out of flash.c into the flash/nor/ files. The routines used by these high-level commands are moved into nor/core.c, with their internal declarations placed in nor/imp.h. Fixes distribution of <flash/nor/core.h> header.
Diffstat (limited to 'src/flash/nor/Makefile.am')
-rw-r--r--src/flash/nor/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am
index 499ebfa2..67a5e558 100644
--- a/src/flash/nor/Makefile.am
+++ b/src/flash/nor/Makefile.am
@@ -31,6 +31,7 @@ noinst_HEADERS = \
at91sam7.h \
at91sam3.h \
avrf.h \
+ core.h \
cfi.h \
imp.h \
lpc2000.h \