Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# $FreeBSD$ .PATH: ${.CURDIR}/../tablegen PROG= refgen MAN= SRCS= tablegen.c WARNS?= 3 CFLAGS+= -L/usr/local/lib -I/usr/local/include LDADD= -liconv DPADD= /usr/local/lib/libiconv.a .include <bsd.prog.mk>