Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $NetBSD: Makefile,v 1.1 2022/04/08 23:35:52 riastradh Exp $ .include <bsd.own.mk> TESTSDIR= ${TESTSBASE}/lib/libc/membar TESTS_C+= t_dekker TESTS_C+= t_seqlock TESTS_C+= t_spinlock LDADD+= -pthread WARNS= 6 .include <bsd.test.mk>