xref: /freebsd-12.1/sys/arm64/linux/Makefile (revision b1db5e7b)
12464626eSEd Maste# Makefile for syscall tables
22464626eSEd Maste#
32464626eSEd Maste# $FreeBSD$
42464626eSEd Maste
52464626eSEd Maste# Don't use an OBJDIR
62464626eSEd Maste.OBJDIR: ${.CURDIR}
72464626eSEd Maste
82464626eSEd Masteall:
92464626eSEd Maste	@echo "make sysent only"
102464626eSEd Maste
112464626eSEd Mastesysent:  linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c
122464626eSEd Maste
132464626eSEd Mastelinux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c: \
14*b1db5e7bSBrooks Davis		../../kern/makesyscalls.sh syscalls.master ${.CURDIR}/syscalls.conf
15*b1db5e7bSBrooks Davis	sh ../../kern/makesyscalls.sh syscalls.master ${.CURDIR}/syscalls.conf
16