summaryrefslogtreecommitdiffstats
path: root/cpukit/preinstall.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 15:00:20 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-04 15:22:48 +0100
commit8cb28826ffaccd2f9f9f0c77c9cfdf61d1100069 (patch)
treef326b81959591559c91e843326ec198a8d3f9949 /cpukit/preinstall.am
parentFilesystem: Add poll() handler (diff)
downloadrtems-8cb28826ffaccd2f9f9f0c77c9cfdf61d1100069.tar.bz2
Filesystem: Add kernel event filter handler
This handler is necessary to implement the KQUEUE(2) system calls. Add <sys/event.h> from FreeBSD 8.4.
Diffstat (limited to 'cpukit/preinstall.am')
-rw-r--r--cpukit/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/preinstall.am b/cpukit/preinstall.am
index 3ad7558f59..70923f0481 100644
--- a/cpukit/preinstall.am
+++ b/cpukit/preinstall.am
@@ -68,6 +68,10 @@ $(PROJECT_INCLUDE)/sys/ioccom.h: libcsupport/include/sys/ioccom.h $(PROJECT_INCL
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/ioccom.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/ioccom.h
+$(PROJECT_INCLUDE)/sys/event.h: libcsupport/include/sys/event.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/event.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/event.h
+
$(PROJECT_INCLUDE)/sys/filio.h: libcsupport/include/sys/filio.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/filio.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/filio.h