Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile.linux,v 1.1 2016/06/08 01:19:05 christos Exp $ SRCS=moptrace.c OBJS=${SRCS:.c=.o} LDLIBS+=../common/libcommon.a CFLAGS+=-I../common moptrace: ${OBJS} clean: rm -f ${OBJS} moptrace