xref: /openbsd-src/regress/sys/kern/stackpivot/Makefile (revision 9f11ffb7133c203312a01e4b986886bc88c7d74b)
1
2.if ${MACHINE} != "amd64" && \
3    ${MACHINE} != "i386"
4REGRESS_TARGETS=run-regress-skiparch
5run-regress-skiparch:
6	# Need stack pivot asm for this arch
7	@echo SKIPPED
8.include <bsd.regress.mk>
9.else
10SUBDIR += syscall
11SUBDIR += pagefault
12.include <bsd.subdir.mk>
13.endif
14
15
16