From 92b6f6e9c9ced4edcb132e517314a6f4e772a7e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 30 Mar 2016 08:14:56 -0500 Subject: Move various driver interface definition headers file libcsupport/ to include/ These were in libcsupport for historical reasons and the placement no longer made sense. As part of this move, some of the files were placed under subdirectories which reflect their installed location. Thank you git for allowing us to move files. Years of CVS resulted in files being somewhere they no longer belonged. --- cpukit/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 86c20a9d2d..c84ccc3073 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -105,9 +105,15 @@ endif include_rtems_HEADERS += include/rtems/concat.h include_rtems_HEADERS += include/rtems/status-checks.h -include_rtems_HEADERS += include/rtems/btimer.h include_rtems_HEADERS += include/rtems/endian.h +include_rtems_HEADERS += include/rtems/btimer.h +include_rtems_HEADERS += include/rtems/console.h +include_rtems_HEADERS += include/rtems/clockdrv.h +include_rtems_HEADERS += include/rtems/framebuffer.h +include_rtems_HEADERS += include/rtems/rtc.h +include_rtems_HEADERS += include/rtems/watchdogdrv.h + ## should be conditional and only installed for PowerPC, x86, and ARM include_rtems_HEADERS += include/rtems/irq.h -- cgit v1.2.3