Home | History | Annotate | Line # | Download | only in mt2131
      1 #	$NetBSD: Makefile,v 1.2 2019/02/17 04:05:54 rin Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/dev/i2c
      6 
      7 KMOD=	mt2131
      8 SRCS=	mt2131.c
      9 
     10 .include <bsd.kmodule.mk>
     11