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