mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
8 lines
150 B
Makefile
8 lines
150 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/stge
|
|
|
|
KMOD= if_stge
|
|
SRCS= if_stge.c device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|