diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-17 08:30:51 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-18 03:59:14 -0800 |
commit | 903daa796a226152fe56245758c8388b79d12988 (patch) | |
tree | 53a4fda27a227ec08010c3da56bb02df4b8d0e14 /.gitignore | |
parent | 59f32cbe53ccd8725e01968fcbc716cc5768a36b (diff) | |
download | riscv-openocd-903daa796a226152fe56245758c8388b79d12988.zip riscv-openocd-903daa796a226152fe56245758c8388b79d12988.tar.gz riscv-openocd-903daa796a226152fe56245758c8388b79d12988.tar.bz2 |
move startup.c to libopenocd
Moves the creation of startup_tcl.c from src/helper/ to src/.
Prepares to split the startup.tcl file into its per-module parts.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ # editor files *.swp +src/startup.tcl startup_tcl.c xscale_debug.h |