1#$FreeBSD: stable/10/sys/modules/i2c/controllers/imcsmb/Makefile 330304 2018-03-03 01:53:51Z rpokala $
2
3.PATH:		${SRCTOP}/sys/dev/imcsmb
4KMOD		= imcsmb
5SRCS		= device_if.h bus_if.h pci_if.h smbus_if.h \
6		  imcsmb.c imcsmb_pci.c imcsmb_reg.h imcsmb_var.h
7
8.include <bsd.kmod.mk>
9