summaryrefslogtreecommitdiffstats
path: root/libbsd_waf.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete dummy IRQ supportSebastian Huber2016-04-271-4/+0
| | | | | Architectures and BSPs which want to use libbsd must provide the required interfaces.
* Add root bus support functionsSebastian Huber2016-04-261-0/+1
|
* Initialize interrupt server earlySebastian Huber2016-04-261-0/+1
| | | | This enables its use before the Nexus device exists.
* waf: Check for no FreeBSD options being supplied.Chris Johns2016-04-261-2/+3
|
* waf: Add the ability to set FreeBSD options on the configure command line.Chris Johns2016-04-231-33/+39
| | | | | Add --freebsd-options to add specific FreeBSD compile time options to the build. This is a developer tool.
* waf: Move the generated content to libbsd_waf.py.Chris Johns2016-04-201-0/+1395