mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
8 lines
173 B
Makefile
8 lines
173 B
Makefile
|
|
#$FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/chromebook_platform
|
||
|
|
KMOD = chromebook_platform
|
||
|
|
SRCS = chromebook_platform.c bus_if.h device_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|