[rtems commit] bsps/lm32: Use shared <bsp/irq.h>
Sebastian Huber
sebh at rtems.org
Fri Jul 31 05:01:22 UTC 2020
Module: rtems
Branch: master
Commit: a3bcc79a1fdf069c08c2b5b7f17042e052f67a0a
Changeset: http://git.rtems.org/rtems/commit/?id=a3bcc79a1fdf069c08c2b5b7f17042e052f67a0a
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Jul 30 19:29:23 2020 +0200
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.
---
bsps/lm32/lm32_evr/headers.am | 4 ----
bsps/lm32/lm32_evr/include/bsp/irq.h | 1 -
bsps/lm32/milkymist/headers.am | 4 ----
bsps/lm32/milkymist/include/bsp/irq.h | 1 -
4 files changed, 10 deletions(-)
diff --git a/bsps/lm32/lm32_evr/headers.am b/bsps/lm32/lm32_evr/headers.am
index 2c9d86f..213b66e 100644
--- a/bsps/lm32/lm32_evr/headers.am
+++ b/bsps/lm32/lm32_evr/headers.am
@@ -5,7 +5,3 @@ include_HEADERS += ../../../../../../bsps/lm32/lm32_evr/include/bsp.h
include_HEADERS += include/bspopts.h
include_HEADERS += ../../../../../../bsps/lm32/lm32_evr/include/system_conf.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
diff --git a/bsps/lm32/lm32_evr/include/bsp/irq.h b/bsps/lm32/lm32_evr/include/bsp/irq.h
deleted file mode 100644
index 8a97d7a..0000000
--- a/bsps/lm32/lm32_evr/include/bsp/irq.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <bsp/irq-default.h>
diff --git a/bsps/lm32/milkymist/headers.am b/bsps/lm32/milkymist/headers.am
index 30df486..1bd114f 100644
--- a/bsps/lm32/milkymist/headers.am
+++ b/bsps/lm32/milkymist/headers.am
@@ -5,7 +5,3 @@ include_HEADERS += ../../../../../../bsps/lm32/milkymist/include/bsp.h
include_HEADERS += include/bspopts.h
include_HEADERS += ../../../../../../bsps/lm32/milkymist/include/system_conf.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
diff --git a/bsps/lm32/milkymist/include/bsp/irq.h b/bsps/lm32/milkymist/include/bsp/irq.h
deleted file mode 100644
index 8a97d7a..0000000
--- a/bsps/lm32/milkymist/include/bsp/irq.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <bsp/irq-default.h>
More information about the vc
mailing list