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:15:26 christos Exp $ SRCS=mopchk.c OBJS=${SRCS:.c=.o} LDLIBS+=../common/libcommon.a CFLAGS+=-I../common mopchk: ${OBJS} clean: rm -f ${OBJS} mopchk