summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-04-26 22:34:59 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:43 +0200
commit5fc54227982c5e5edd060396f9fe2639795622d0 (patch)
tree840ff5274a79c3c8b452417fdb367f49bc1cccad /Makefile.in
parent4c5395c9438a98479f17e6bdc88b1ffbe14cae10 (diff)
make arch specific cacheflush, readahead and sysmips LINUX_SPECIFIC dependent
Remove the related headers. Adapt sh's type to the one used everywhere and add prototype for it. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 16d77de50..9ead65f5c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -286,7 +286,10 @@ HEADERS_RM-$(UCLIBC_HAS_WCHAR) += wchar.h wctype.h
HEADERS_RM-$(UCLIBC_HAS_WORDEXP) += wordexp.h
HEADERS_RM-$(UCLIBC_HAS_XATTR) += sys/xattr.h
HEADERS_RM-$(UCLIBC_HAS_XLOCALE) += xlocale.h
-HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += sys/eventfd.h sys/fsuid.h \
+HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += \
+ sys/cachectl.h \
+ sys/eventfd.h \
+ sys/fsuid.h \
bits/inotify.h \
sys/inotify.h \
sys/kdaemon.h \
@@ -304,6 +307,7 @@ HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += sys/eventfd.h sys/fsuid.h \
sys/sysinfo.h \
bits/timerfd.h \
sys/timerfd.h \
+ sys/sysmips.h \
sys/vfs.h
HEADERS_RM-$(UCLIBC_SUPPORT_AI_ADDRCONFIG) += ifaddrs.h
HEADERS_RM-$(UCLIBC_SV4_DEPRECATED) += ustat.h sys/ustat.h bits/ustat.h