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/sh/gensh1/include/tm27.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 c/src/lib/libbsp/sh/gensh1/include/tm27.h (limited to 'c/src/lib/libbsp/sh/gensh1/include') diff --git a/c/src/lib/libbsp/sh/gensh1/include/tm27.h b/c/src/lib/libbsp/sh/gensh1/include/tm27.h new file mode 100644 index 0000000000..0dfa7bf628 --- /dev/null +++ b/c/src/lib/libbsp/sh/gensh1/include/tm27.h @@ -0,0 +1 @@ +#include -- cgit v1.2.3