9 lines
139 B
Makefile
9 lines
139 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../dev/smbus
|
||
|
KMOD = smb
|
||
|
SRCS = device_if.h bus_if.h smbus_if.h \
|
||
|
smb.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|