From 224aebb3b8ceb936e333e4c9b71bfb95737f4c5e Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 11 Jul 2008 10:07:00 +0000 Subject: added BSP to m68k adapted PPC exception code --- cpukit/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index ad230e6927..35900e7325 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -66,13 +66,16 @@ endif include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \ include/rtems/fs.h include/rtems/pci.h include/rtems/stdint.h \ - include/rtems/concat.h include/rtems/tar.h + include/rtems/concat.h include/rtems/tar.h \ + include/rtems/status-checks.h include_rtems_HEADERS += include/rtems/endian.h ## should be conditional and only installed for PowerPC, x86, and ARM include_rtems_HEADERS += include/rtems/irq.h +include_rtems_HEADERS += include/rtems/irq-extension.h + ## libfs include_rtems_HEADERS += libfs/src/imfs/imfs.h -- cgit v1.2.3