xref: /netbsd-src/sys/modules/thinkpad/Makefile (revision ead2c0eee3abe6bcf08c63bfc78eb8a93a579b2b)
1# $NetBSD: Makefile,v 1.3 2011/02/16 08:35:52 jruoho Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev/acpi
6
7KMOD=	thinkpad
8IOCONF=	thinkpad.ioconf
9SRCS=	thinkpad_acpi.c
10
11WARNS=	4
12
13.include <bsd.kmodule.mk>
14