bsps/lm32: Use shared <bsp/irq.h>

Having a duplicate header with the shared includes is a build system
inconsistency.  You may use one header file to build the libraries and
another one is installed (overwriting the other).

Update #3269.
This commit is contained in:
Sebastian Huber
2020-07-30 19:29:23 +02:00
parent 699f465c50
commit a3bcc79a1f
4 changed files with 0 additions and 10 deletions

View File

@@ -1 +0,0 @@
#include <bsp/irq-default.h>