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/libcsupport/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index eee9da7586..b3ad3db4e1 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -6,12 +6,8 @@ libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS) libcalloc_a_CPPFLAGS = $(AM_CPPFLAGS) include_rtemsdir = $(includedir)/rtems -include_rtems_HEADERS = include/console.h -include_rtems_HEADERS += include/clockdrv.h -include_rtems_HEADERS += include/rtems/framebuffer.h -include_rtems_HEADERS += include/iosupp.h +include_rtems_HEADERS = include/iosupp.h include_rtems_HEADERS += include/ringbuf.h -include_rtems_HEADERS += include/rtc.h include_rtems_HEADERS += include/rtems/tod.h include_rtems_HEADERS += include/spurious.h include_rtems_HEADERS += include/vmeintr.h -- cgit v1.2.3