Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:07 joerg Exp $ LIB= LLVMHello .include <bsd.init.mk> .PATH: ${LLVM_SRCDIR}/lib/Transforms/Hello SRCS+= Hello.cpp .include <bsd.lib.mk>