mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
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.
8 lines
98 B
Makefile
8 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/nvram
|
|
|
|
KMOD= nvram
|
|
SRCS= nvram.c
|
|
|
|
.include <bsd.kmod.mk>
|