]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/rccgpio/Makefile
Merge llvm, clang, lld and lldb release_40 branch r292009. Also update
[FreeBSD/FreeBSD.git] / sys / modules / rccgpio / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../dev/rccgpio
4 KMOD=   rccgpio
5 SRCS=   rccgpio.c
6 SRCS+=  device_if.h bus_if.h isa_if.h gpio_if.h opt_platform.h
7
8 .include <bsd.kmod.mk>