Makefile revision 1.1
11.1Spooka#	$NetBSD: Makefile,v 1.1 2014/08/22 09:57:05 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.1SpookaIOCONF=	VIRTIO_LD.ioconf
111.1Spooka
121.1SpookaSRCS=	ld_at_virtio.c
131.1Spooka
141.1SpookaSRCS+=	ld_virtio.c
151.1Spooka
161.1Spooka# XXX: ld.c does not really belong here, but placing it in libdisk
171.1Spooka# requires revamping config to be more modular in how CFDRIVER() is
181.1Spooka# used.  moving ld up in the component tree later to libdisk won't
191.1Spooka# create problems, so just put it here for now.  the excessive
201.1Spooka# dependencies of virtio_ld should prevent anyone from want to
211.1Spooka# provide ld via this component ...
221.1SpookaSRCS+=	ld.c
231.1Spooka
241.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs
251.1Spooka   
261.1Spooka.include "${RUMPTOP}/Makefile.rump"
271.1Spooka.include <bsd.lib.mk>
281.1Spooka.include <bsd.klinks.mk>
29