11.4Spooka#	$NetBSD: Makefile,v 1.4 2016/01/26 23:12:16 pooka Exp $
21.1Spooka#
31.1Spooka
41.1SpookaRUMPTOP=${TOPRUMP}
51.1Spooka
61.1Spooka.PATH:	${RUMPTOP}/../dev	\
71.1Spooka	${RUMPTOP}/../dev/pci
81.1Spooka
91.1SpookaLIB=	rumpdev_virtio_ld
101.2SpookaCOMMENT=VirtIO block device driver
111.2Spooka
121.1SpookaIOCONF=	VIRTIO_LD.ioconf
131.1Spooka
141.1SpookaSRCS=	ld_at_virtio.c
151.1SpookaSRCS+=	ld_virtio.c
161.1Spooka
171.1Spooka# XXX: ld.c does not really belong here, but placing it in libdisk
181.1Spooka# requires revamping config to be more modular in how CFDRIVER() is
191.1Spooka# used.  moving ld up in the component tree later to libdisk won't
201.1Spooka# create problems, so just put it here for now.  the excessive
211.1Spooka# dependencies of virtio_ld should prevent anyone from want to
221.1Spooka# provide ld via this component ...
231.1SpookaSRCS+=	ld.c
241.1Spooka   
251.1Spooka.include "${RUMPTOP}/Makefile.rump"
261.1Spooka.include <bsd.lib.mk>
271.1Spooka.include <bsd.klinks.mk>
28