Home | History | Annotate | Line # | Download | only in i2c_subr
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2022/04/01 15:49:11 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/dev/i2c
      6 
      7 KMOD=	i2c_subr
      8 SRCS=	i2c_subr.c
      9 
     10 .include <bsd.kmodule.mk>
     11