]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/chvgpio/Makefile
Re-add opencsd as a vendor import from the dist directory
[FreeBSD/FreeBSD.git] / sys / modules / chvgpio / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/gpio
4 KMOD=   chvgpio
5 SRCS=   chvgpio.c
6 SRCS+=  acpi_if.h device_if.h bus_if.h gpio_if.h opt_acpi.h opt_platform.h
7
8 .include <bsd.kmod.mk>