aboutsummaryrefslogtreecommitdiff
path: root/stand/loader.mk
diff options
context:
space:
mode:
Diffstat (limited to 'stand/loader.mk')
-rw-r--r--stand/loader.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/loader.mk b/stand/loader.mk
index 59fcb568c22c..f6341052ab71 100644
--- a/stand/loader.mk
+++ b/stand/loader.mk
@@ -6,7 +6,7 @@ CFLAGS+=-I${LDRSRC}
SRCS+= boot.c commands.c console.c devopen.c interp.c
SRCS+= interp_backslash.c interp_parse.c ls.c misc.c
-SRCS+= module.c
+SRCS+= module.c nvstore.c
.if ${MACHINE} == "i386" || ${MACHINE_CPUARCH} == "amd64"
SRCS+= load_elf32.c load_elf32_obj.c reloc_elf32.c