summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-30 19:29:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-31 07:01:09 +0200
commita3bcc79a1fdf069c08c2b5b7f17042e052f67a0a (patch)
tree2efb637b6859a5bbd879c17df75aa7f12daa4943
parentpsxhdrs/strncat: Fix string truncation warning (diff)
downloadrtems-a3bcc79a1fdf069c08c2b5b7f17042e052f67a0a.tar.bz2
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.
-rw-r--r--bsps/lm32/lm32_evr/headers.am4
-rw-r--r--bsps/lm32/lm32_evr/include/bsp/irq.h1
-rw-r--r--bsps/lm32/milkymist/headers.am4
-rw-r--r--bsps/lm32/milkymist/include/bsp/irq.h1
4 files changed, 0 insertions, 10 deletions
diff --git a/bsps/lm32/lm32_evr/headers.am b/bsps/lm32/lm32_evr/headers.am
index 2c9d86fd68..213b66effe 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 8a97d7a1b0..0000000000
--- 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 30df486e81..1bd114fba1 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 8a97d7a1b0..0000000000
--- a/bsps/lm32/milkymist/include/bsp/irq.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <bsp/irq-default.h>