mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
7 lines
140 B
Makefile
7 lines
140 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/lge
|
|
|
|
KMOD= if_lge
|
|
SRCS= if_lge.c miibus_if.h device_if.h bus_if.h pci_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|