Home | History | Annotate | Line # | Download | only in mt2131
Makefile revision 1.1.54.1
      1 #	$NetBSD: Makefile,v 1.1.54.1 2019/06/10 22:09:33 christos 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