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