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