From cb7dbc1af41068f826246beb53870c01d8973bb8 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Tue, 17 Nov 2009 08:29:20 -0800 Subject: split startup.tcl file across modules Moves definitions for each layer into their own file, eliminating layering violations in the built-in TCL code. Updates src/Makefile.am rules to include all files in the final startup.tcl input file, and others Makefile.am rules to distribute the new files in our packages. --- src/flash/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/flash/Makefile.am') diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index bbcc34c3..b687182d 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -79,4 +79,6 @@ noinst_HEADERS = \ s3c24xx_nand.h \ s3c24xx_regs_nand.h +EXTRA_DIST = startup.tcl + MAINTAINERCLEANFILES = $(srcdir)/Makefile.in -- cgit v1.2.3