Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | volk: removed old generator python code | Josh Blum | 2012-04-19 | 1 | -32/+0 |
| | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -5/+5 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | volk: reorganization of generation sources and generated files | Josh Blum | 2011-04-26 | 1 | -0/+32 |
All generation sources have been moved to the gen/ subdirectory. Bootstrap and volk_register.py generate the files into to gen/ subdirectory in an effort to cleanly separate the static/generated parts of the build tree. Define top_gendir in Makefile.common, all generated sources listed in Makefile.ams are prefixed with $(top_gendir) to differentiate them from static in-tree sources. |