Home | History | Annotate | Line # | Download | only in iic
      1  1.7  pgoyette #	$NetBSD: Makefile,v 1.7 2022/04/01 15:49:11 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.7  pgoyette SRCS=		i2c.c
     10  1.1   mbalmer 
     11  1.6       rin WARNS=		3
     12  1.6       rin 
     13  1.1   mbalmer .include <bsd.kmodule.mk>
     14