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. --- cpukit/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index d905f2b73a..f6ee1bfbed 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -270,6 +270,8 @@ include_rtems_HEADERS += libmisc/untar/untar.h ## fsmount include_rtems_HEADERS += libmisc/fsmount/fsmount.h +include_rtems_HEADERS += include/rtems/tm27-default.h + ## Driver manager if LIBDRVMGR include_drvmgrdir = $(includedir)/drvmgr -- cgit v1.2.3