Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# $FreeBSD$ # .PATH: ${SRCTOP}/sys/dev/gpio/ KMOD= gpioths SRCS= gpioths.c SRCS+= \ bus_if.h \ device_if.h \ gpio_if.h \ gpiobus_if.h \ ofw_bus_if.h \ opt_platform.h \ CFLAGS+= -I. -I${SRCTOP}/sys/dev/gpio/ .include <bsd.kmod.mk>