Home | History | Annotate | Line # | Download | only in libraidframe
      1  1.14     oster #	$NetBSD: Makefile,v 1.14 2023/09/25 21:59:38 oster Exp $
      2   1.1     pooka #
      3   1.1     pooka 
      4   1.1     pooka .PATH:	${.CURDIR}/../../../../dev/raidframe
      5   1.1     pooka 
      6   1.1     pooka LIB=	rumpdev_raidframe
      7   1.9     pooka COMMENT=RAIDframe (software RAID)
      8   1.9     pooka 
      9   1.7  christos IOCONF=	RAIDFRAME.ioconf
     10   1.1     pooka SRCS=   rf_acctrace.c rf_alloclist.c rf_aselect.c rf_callback.c		\
     11  1.14     oster 	rf_chaindecluster.c rf_cvscan.c rf_dagdegrd.c			\
     12   1.1     pooka 	rf_dagdegwr.c rf_dagffrd.c rf_dagffwr.c rf_dagfuncs.c		\
     13   1.1     pooka 	rf_dagutils.c rf_debugMem.c rf_debugprint.c rf_decluster.c	\
     14   1.1     pooka 	rf_declusterPQ.c rf_diskqueue.c rf_disks.c rf_driver.c		\
     15   1.1     pooka 	rf_engine.c rf_evenodd.c rf_evenodd_dagfuncs.c rf_evenodd_dags.c\
     16   1.1     pooka 	rf_fifo.c rf_interdecluster.c rf_invertq.c rf_layout.c		\
     17   1.1     pooka 	rf_map.c rf_mcpair.c rf_netbsdkintf.c rf_nwayxor.c rf_options.c	\
     18   1.1     pooka 	rf_paritylog.c rf_paritylogDiskMgr.c rf_paritylogging.c		\
     19   1.1     pooka 	rf_parityloggingdags.c rf_parityscan.c rf_pq.c rf_pqdeg.c	\
     20   1.1     pooka 	rf_pqdegdags.c rf_psstatus.c rf_raid0.c rf_raid1.c rf_raid4.c	\
     21   1.1     pooka 	rf_raid5.c rf_raid5_rotatedspare.c rf_reconbuffer.c		\
     22   1.1     pooka 	rf_reconmap.c rf_reconstruct.c rf_reconutil.c rf_revent.c	\
     23   1.1     pooka 	rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c		\
     24   1.5     pooka 	rf_strutils.c rf_utils.c rf_paritymap.c
     25   1.1     pooka 
     26   1.4     pooka SRCS+=	raidframe_component.c
     27   1.1     pooka 
     28   1.8  christos .include <bsd.init.mk>
     29   1.8  christos 
     30   1.1     pooka .include <bsd.lib.mk>
     31   1.1     pooka .include <bsd.klinks.mk>
     32