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

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Jul 30 18:52:39 UTC 2020


On 30/07/2020 20:40, Gedare Bloom wrote:

> I think most of the BSPs have the pattern of <board>/include/bsp/irq.h
>
> What is unusual about lm32 is that it has a shared one at include/bsp/irq.h
>
> I only see this in BSP directories that have one bsp. I think the
> shared irq.h should instead be removed/renamed.
I added the <bsp/irq.h> to the BSPs to address #3269. This was an error 
since there is a shared <bsp/irq.h>. In the old build system this didn't 
result in an error. In the new build system I get a double definition 
error during install.


More information about the devel mailing list