]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/rpi_ft5406/Makefile
A major update to the ure driver.
[FreeBSD/FreeBSD.git] / sys / modules / rpi_ft5406 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/arm/broadcom/bcm2835/
4
5 KMOD=   rpi_ft5406
6 SRCS=   bcm2835_ft5406.c
7
8 SRCS+= bus_if.h device_if.h mbox_if.h ofw_bus_if.h
9
10 .include <bsd.kmod.mk>