1 1.1 riastrad # $NetBSD: Makefile,v 1.1 2024/03/20 17:11:44 riastradh Exp $ 2 1.1 riastrad # 3 1.1 riastrad 4 1.1 riastrad .include "../Makefile.inc" 5 1.1 riastrad 6 1.1 riastrad .PATH: $S/dev/acpi 7 1.1 riastrad 8 1.1 riastrad KMOD= apei 9 1.1 riastrad IOCONF= apei.ioconf 10 1.1 riastrad 11 1.1 riastrad SRCS+= apei.c 12 1.1 riastrad SRCS+= apei_bert.c 13 1.1 riastrad SRCS+= apei_einj.c 14 1.1 riastrad SRCS+= apei_erst.c 15 1.1 riastrad SRCS+= apei_hest.c 16 1.1 riastrad SRCS+= apei_interp.c 17 1.1 riastrad SRCS+= apei_mapreg.c 18 1.1 riastrad SRCS+= apei_reg.c 19 1.1 riastrad 20 1.1 riastrad .include <bsd.kmodule.mk> 21