openocd/src/flash/nand
Zachary T Welch f7bd1e8f3a change #include "../hello.h" to "hello.h"
Before we can -I the top-level src/ directory alone, references to
"hello.h" must be updated.  This is an internal header, so it does
not need angle brackets.
2009-12-03 04:24:50 -08:00
..
davinci.c change #include "arm_nandio.h" to <flash/arm_nandio.h> 2009-12-03 04:24:42 -08:00
lpc3180.c change #include "nand.h" to <flash/nand.h> 2009-12-03 04:24:42 -08:00
lpc3180.h move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
mx3.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
mx3.h change #include "nand.h" to <flash/nand.h> 2009-12-03 04:24:42 -08:00
nonce.c change #include "../hello.h" to "hello.h" 2009-12-03 04:24:50 -08:00
orion.c change #include "arm_nandio.h" to <flash/arm_nandio.h> 2009-12-03 04:24:42 -08:00
s3c24xx_regs.h move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c24xx.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c24xx.h change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h> 2009-12-03 04:24:49 -08:00
s3c2410.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2412.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2440.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2443.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00