]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ftgpio/Makefile
OpenSSL: update to 3.0.10
[FreeBSD/FreeBSD.git] / sys / modules / ftgpio / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/ftgpio
4 KMOD=   ftgpio
5 SRCS=   ftgpio.c
6 SRCS+=  device_if.h bus_if.h isa_if.h gpio_if.h opt_platform.h
7
8 .include <bsd.kmod.mk>