summaryrefslogtreecommitdiffstats
path: root/bsps/shared/irq-default-sources.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Remove legacy interrupt API from defaultSebastian Huber2020-03-131-1/+0
| | | | | This fixes linker issues on the powerpc/virtex4 and powerpc/virtex5 BSPs.
* bsps: Always build generic interrupt supportSebastian Huber2019-05-161-0/+8
This makes it possible to write tests for the generic interrupt controller support. Update #3269.