mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
6 lines
154 B
Makefile
6 lines
154 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/chromebook_platform
|
|
KMOD= chromebook_platform
|
|
SRCS= chromebook_platform.c bus_if.h device_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|