aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/coreboot/Makefile
blob: 756d932081827a1cf6cf6e570756b87b9760b753 (plain) (blame)
1
2
3
4
5
6
7
.PATH: ${SRCTOP}/sys/dev/coreboot

KMOD=	coreboot
SRCS=	coreboot.c coreboot_console.c coreboot_cbmem.c coreboot_timestamps.c
SRCS+=	bus_if.h device_if.h

.include <bsd.kmod.mk>