aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
diff options
context:
space:
mode:
authorMathias K <kesmtp@freenet.de>2011-09-17 10:09:50 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-09-17 14:20:37 +0200
commitbfe634aa914c4ac528a1168907069de8ee4dd345 (patch)
tree4e8a6622c46989f8ecd298bf56880822b54c590c /src/flash/nor/Makefile.am
parent8d40b03ba3c127bc908388ea06f069a8f6eaff37 (diff)
kinetis cpu flash driver
Initial release of the freescale kinetis cpu flash driver.
Diffstat (limited to 'src/flash/nor/Makefile.am')
-rw-r--r--src/flash/nor/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am
index d7d66b03..a9668262 100644
--- a/src/flash/nor/Makefile.am
+++ b/src/flash/nor/Makefile.am
@@ -32,7 +32,8 @@ NOR_DRIVERS = \
tms470.c \
virtual.c \
fm3.c \
- dsp5680xx_flash.c
+ dsp5680xx_flash.c \
+ kinetis.c
noinst_HEADERS = \
core.h \