summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/Makefile
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2011-03-12 08:51:43 +0000
committeravg <avg@FreeBSD.org>2011-03-12 08:51:43 +0000
commit666906fcd7f2ffdba78d0708061c996f1ed8f1f7 (patch)
tree28fdd9b02751f3c304b994229f385ab95f626ef5 /sys/i386/linux/Makefile
parent1878bfa86d6920b1e8e1eeb5e617a6733694c3dd (diff)
downloadFreeBSD-src-666906fcd7f2ffdba78d0708061c996f1ed8f1f7.zip
FreeBSD-src-666906fcd7f2ffdba78d0708061c996f1ed8f1f7.tar.gz
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
This commits makes necessary changes in syscall/sysent generation infrastructure. PR: kern/152822 Submitted by: Artem Belevich <fbsdlist@src.cx> Reviewed by: jhb (ealier version) MFC after: 3 weeks
Diffstat (limited to 'sys/i386/linux/Makefile')
-rw-r--r--sys/i386/linux/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile
index bd6b32a..c8899e6 100644
--- a/sys/i386/linux/Makefile
+++ b/sys/i386/linux/Makefile
@@ -5,11 +5,13 @@
all:
@echo "make sysent only"
-sysent: linux_sysent.c linux_syscall.h linux_proto.h
+sysent: linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c
-linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
- syscalls.master syscalls.conf
+linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c: \
+ ../../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
+ -mv -f linux_syscalls.c linux_syscalls.c.bak
+ -mv -f linux_systrace_args.c linux_systrace_args.c.bak
sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
OpenPOWER on IntegriCloud