summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/linux/Makefile7
-rw-r--r--sys/i386/linux/Makefile7
2 files changed, 14 insertions, 0 deletions
diff --git a/sys/alpha/linux/Makefile b/sys/alpha/linux/Makefile
new file mode 100644
index 0000000..e1f0033
--- /dev/null
+++ b/sys/alpha/linux/Makefile
@@ -0,0 +1,7 @@
+# Makefile for syscalls tables
+
+linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh syscalls.master syscalls.conf
+ -mv -f linux_sysent.c linux_sysent.c.bak
+ -mv -f linux_syscall.h linux_syscall.h.bak
+ -mv -f linux_proto.h linux_proto.h.bak
+ sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile
new file mode 100644
index 0000000..e1f0033
--- /dev/null
+++ b/sys/i386/linux/Makefile
@@ -0,0 +1,7 @@
+# Makefile for syscalls tables
+
+linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh syscalls.master syscalls.conf
+ -mv -f linux_sysent.c linux_sysent.c.bak
+ -mv -f linux_syscall.h linux_syscall.h.bak
+ -mv -f linux_proto.h linux_proto.h.bak
+ sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
OpenPOWER on IntegriCloud