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

@@ -5,7 +5,3 @@ include_HEADERS += ../../../../../../bsps/lm32/lm32_evr/include/bsp.h
include_HEADERS += include/bspopts.h include_HEADERS += include/bspopts.h
include_HEADERS += ../../../../../../bsps/lm32/lm32_evr/include/system_conf.h include_HEADERS += ../../../../../../bsps/lm32/lm32_evr/include/system_conf.h
include_HEADERS += ../../../../../../bsps/lm32/lm32_evr/include/tm27.h include_HEADERS += ../../../../../../bsps/lm32/lm32_evr/include/tm27.h
include_bspdir = $(includedir)/bsp
include_bsp_HEADERS =
include_bsp_HEADERS += ../../../../../../bsps/lm32/lm32_evr/include/bsp/irq.h

View File

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

View File

@@ -5,7 +5,3 @@ include_HEADERS += ../../../../../../bsps/lm32/milkymist/include/bsp.h
include_HEADERS += include/bspopts.h include_HEADERS += include/bspopts.h
include_HEADERS += ../../../../../../bsps/lm32/milkymist/include/system_conf.h include_HEADERS += ../../../../../../bsps/lm32/milkymist/include/system_conf.h
include_HEADERS += ../../../../../../bsps/lm32/milkymist/include/tm27.h include_HEADERS += ../../../../../../bsps/lm32/milkymist/include/tm27.h
include_bspdir = $(includedir)/bsp
include_bsp_HEADERS =
include_bsp_HEADERS += ../../../../../../bsps/lm32/milkymist/include/bsp/irq.h

View File

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