diff options
author | kc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-01-20 03:55:38 +0000 |
---|---|---|
committer | kc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-01-20 03:55:38 +0000 |
commit | 93180753be73daa7bf90e02585a7192fa6960a96 (patch) | |
tree | 1e9321a361a83cde6e62b094f74c71225da309c5 /src/flash | |
parent | 92ae7139468cf8e4c30339309fd64fbc642fb507 (diff) | |
download | openocd_libswd-93180753be73daa7bf90e02585a7192fa6960a96.tar.gz openocd_libswd-93180753be73daa7bf90e02585a7192fa6960a96.tar.bz2 openocd_libswd-93180753be73daa7bf90e02585a7192fa6960a96.tar.xz openocd_libswd-93180753be73daa7bf90e02585a7192fa6960a96.zip |
Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>
git-svn-id: svn://svn.berlios.de/openocd/trunk@1345 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash')
-rw-r--r-- | src/flash/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index 59745541..3d28be81 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -8,3 +8,5 @@ libflash_a_SOURCES = flash.c lpc2000.c cfi.c non_cfi.c at91sam7.c at91sam7_old.c noinst_HEADERS = flash.h lpc2000.h cfi.h non_cfi.h at91sam7.h at91sam7_old.h str7x.h str9x.h nand.h lpc3180_nand_controller.h \ stellaris.h str9xpec.h stm32x.h tms470.h s3c24xx_nand.h s3c24xx_regs_nand.h lpc288x.h mflash.h \ ocl.h pic32mx.h + +MAINTAINERCLEANFILES = Makefile.in |