From 642ef003ec0b62ede17acf5d2c4af2d2a3d35f66 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 27 Nov 2017 06:23:29 +0100 Subject: bsps: Provide in each BSP Since the is highly BSP-dependent and used only by the tm27 test program we must provide this header file for each BSP. Without the preinstall build target each header file must have a unique source header file. Update #3254. --- c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am') diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am index afb155f2cf..bfe5e7d5fe 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am @@ -8,7 +8,7 @@ include_bspdir = $(includedir)/bsp dist_project_lib_DATA = bsp_specs include_HEADERS = include/bsp.h -include_HEADERS += ../../shared/include/tm27.h +include_HEADERS += include/tm27.h nodist_include_HEADERS = include/bspopts.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h -- cgit v1.2.3