Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 1 | -6/+1 |
| | | | | | With all #include directives converted, we only need to have the top-level src/ directory in the search path. | ||||
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | Includes the src directory in the search path, so header files may be migrated from: #include "foo.h" to #include <module/foo.h> which is more conducive for installation. | ||||
* | move nor drivers to src/flash/nor | Zachary T Welch | 2009-12-02 | 1 | -0/+46 |
Moves NOR flash drivers to 'src/flash/nor/'. Adds 'src/flash/nor/Makefile.am'. Builds 'libocdflashnor.la'. |