Home | History | Annotate | Line # | Download | only in iic
Makefile revision 1.5
      1  1.5  pgoyette #	$NetBSD: Makefile,v 1.5 2018/02/27 00:15:34 pgoyette Exp $
      2  1.1   mbalmer 
      3  1.1   mbalmer .include "../Makefile.inc"
      4  1.1   mbalmer 
      5  1.1   mbalmer .PATH:		${S}/dev/i2c
      6  1.1   mbalmer 
      7  1.1   mbalmer KMOD=   	iic
      8  1.2  jmcneill IOCONF=		iic.ioconf
      9  1.5  pgoyette SRCS=		i2c.c i2c_subr.c
     10  1.1   mbalmer 
     11  1.1   mbalmer .include <bsd.kmodule.mk>
     12