diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-14 14:58:14 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-14 14:58:14 -0800 |
commit | ecc659d44da1c8d2291c22be61d2819b55fa7b17 (patch) | |
tree | 5877fef7407bb0a6e6ba6464286c0ff02534441e /src/flash | |
parent | dd47bba6f8c50d202ce716173f8f647dd3f77f49 (diff) | |
download | riscv-openocd-ecc659d44da1c8d2291c22be61d2819b55fa7b17.zip riscv-openocd-ecc659d44da1c8d2291c22be61d2819b55fa7b17.tar.gz riscv-openocd-ecc659d44da1c8d2291c22be61d2819b55fa7b17.tar.bz2 |
lpc2900.h -- remove from Makefile.am too
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/flash')
-rw-r--r-- | src/flash/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index e122451..bbcc34c 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -63,7 +63,6 @@ noinst_HEADERS = \ flash.h \ lpc2000.h \ lpc288x.h \ - lpc2900.h \ lpc3180_nand_controller.h \ mflash.h \ mx3_nand.h \ |