From 3cb0b56005059314c8d09d2f8574042a4352dab4 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 16:47:49 -0800 Subject: add flash/nor/{tcl.c,imp.h} from flash/flash.c Moves the top-level 'flash' command handlers into flash/nor/tcl.c, with flash/nor/imp.h providing an internal implementation header to share non-public API components. --- src/flash/nor/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/flash/nor/Makefile.am') diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 211366b8..ed9ebb30 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -2,6 +2,10 @@ AM_CPPFLAGS = -I$(top_srcdir)/src noinst_LTLIBRARIES = libocdflashnor.la libocdflashnor_la_SOURCES = \ + tcl.c \ + $(NOR_DRIVERS) + +NOR_DRIVERS = \ aduc702x.c \ at91sam3.c \ at91sam7.c \ @@ -27,6 +31,7 @@ noinst_HEADERS = \ at91sam3.h \ avrf.h \ cfi.h \ + imp.h \ lpc2000.h \ lpc288x.h \ non_cfi.h \ -- cgit v1.2.3