summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-05-09 08:07:59 +0000
committerAndreas Jaeger <aj@suse.de>2002-05-09 08:07:59 +0000
commit40ff7949cb8312c9054ec2b289278dc81315c672 (patch)
tree77f83c0f6cd4da1943f13c4699fd48bc990345b8 /sysdeps/unix/sysv/linux/x86_64/Makefile
parent29139a8c40fda06ca883ec486c88b6bd0471efa9 (diff)
Update.
* sysdeps/unix/sysv/linux/x86_64/Dist: Add sys/io.h. * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New. * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add sys/io.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/Makefile b/sysdeps/unix/sysv/linux/x86_64/Makefile
index 0aacd00224..b14d425e50 100644
--- a/sysdeps/unix/sysv/linux/x86_64/Makefile
+++ b/sysdeps/unix/sysv/linux/x86_64/Makefile
@@ -1,4 +1,4 @@
ifeq ($(subdir),misc)
sysdep_routines += ioperm iopl
-sysdep_headers += sys/perm.h sys/reg.h sys/debugreg.h
+sysdep_headers += sys/perm.h sys/reg.h sys/debugreg.h sys/io.h
endif