mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
9 lines
187 B
Makefile
9 lines
187 B
Makefile
|
|
#$FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/dev/imcsmb
|
||
|
|
KMOD = imcsmb
|
||
|
|
SRCS = device_if.h bus_if.h pci_if.h smbus_if.h \
|
||
|
|
imcsmb.c imcsmb_pci.c imcsmb_reg.h imcsmb_var.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|