From e01c480dfa01fed4b3c0f1bffb1004c5019aad3d Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 17 May 2005 14:38:37 +0000 Subject: 2005-05-17 Jennifer Averett * Makefile.am, preinstall.am: Added a common irq.h * include/rtems/irq.h: New file. --- cpukit/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index cf2c9a8247..ee366c9324 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -89,6 +89,9 @@ 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 +## should be conditional and only installed for PowerPC, x86, and ARM +include_rtems_HEADERS += include/rtems/irq.h + ## libfs include_rtems_HEADERS += libfs/src/imfs/imfs.h -- cgit v1.2.3