d556638404
refactored it to be a generic device. Instead of being part of the standard kernel, there is now a 'nvram' device for i386/amd64. It is in DEFAULTS like io and mem, and can be turned off with 'nodevice nvram'. This matches the previous behavior when it was first committed.
9 lines
98 B
Makefile
9 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/nvram
|
|
|
|
KMOD= nvram
|
|
SRCS= nvram.c
|
|
|
|
.include <bsd.kmod.mk>
|