]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/chromebook_platform/Makefile
Adjust ENA driver to the new HAL
[FreeBSD/FreeBSD.git] / sys / modules / chromebook_platform / Makefile
1 #$FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/chromebook_platform
4 KMOD= chromebook_platform
5 SRCS= chromebook_platform.c bus_if.h device_if.h pci_if.h
6
7 .include <bsd.kmod.mk>