xref: /freebsd/sys/modules/coreboot/Makefile (revision 5f74217c05a99f38a31a6e4950220964595d4ac8)
1.PATH: ${SRCTOP}/sys/dev/coreboot
2
3KMOD=	coreboot
4SRCS=	coreboot.c coreboot_console.c coreboot_cbmem.c coreboot_timestamps.c
5SRCS+=	bus_if.h device_if.h
6
7.include <bsd.kmod.mk>
8