mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
7 lines
176 B
Makefile
7 lines
176 B
Makefile
|
|
.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>
|