NetBSD/sys/dev/i2c/Makefile
jmcneill ab747348b5 Install dev/i2c/i2c_io.h and implement the API in the iic(4) driver.
Obsolete the I2C_SCAN option as this can now be done from userland.
2011-10-02 16:39:45 +00:00

7 lines
131 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/10/02 16:39:47 jmcneill Exp $
INCSDIR= /usr/include/dev/i2c
INCS= i2c_io.h
.include <bsd.kinc.mk>