Add rf_paritymap.c, which is now required for raidframe.
This commit is contained in:
parent
bb7f50bcca
commit
f8d9830a1a
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2009/09/07 14:28:18 pooka Exp $
|
# $NetBSD: Makefile,v 1.3 2009/11/23 12:23:20 pooka Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../../../../dev/raidframe
|
.PATH: ${.CURDIR}/../../../../dev/raidframe
|
||||||
|
@ -19,7 +19,7 @@ SRCS= rf_acctrace.c rf_alloclist.c rf_aselect.c rf_callback.c \
|
||||||
rf_raid5.c rf_raid5_rotatedspare.c rf_reconbuffer.c \
|
rf_raid5.c rf_raid5_rotatedspare.c rf_reconbuffer.c \
|
||||||
rf_reconmap.c rf_reconstruct.c rf_reconutil.c rf_revent.c \
|
rf_reconmap.c rf_reconstruct.c rf_reconutil.c rf_revent.c \
|
||||||
rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c \
|
rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c \
|
||||||
rf_strutils.c rf_utils.c rf_compat50.c
|
rf_strutils.c rf_utils.c rf_compat50.c rf_paritymap.c
|
||||||
|
|
||||||
SRCS+= component.c
|
SRCS+= component.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue