NetBSD/sys/modules/iic/Makefile

14 lines
196 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2022/04/01 15:49:11 pgoyette Exp $
2011-10-02 15:43:30 +04:00
.include "../Makefile.inc"
.PATH: ${S}/dev/i2c
KMOD= iic
IOCONF= iic.ioconf
SRCS= i2c.c
2011-10-02 15:43:30 +04:00
WARNS= 3
2011-10-02 15:43:30 +04:00
.include <bsd.kmodule.mk>