Home | History | Annotate | Line # | Download | only in libvirtio_ld
      1  1.4  pooka #	$NetBSD: Makefile,v 1.4 2016/01/26 23:12:16 pooka Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.1  pooka RUMPTOP=${TOPRUMP}
      5  1.1  pooka 
      6  1.1  pooka .PATH:	${RUMPTOP}/../dev	\
      7  1.1  pooka 	${RUMPTOP}/../dev/pci
      8  1.1  pooka 
      9  1.1  pooka LIB=	rumpdev_virtio_ld
     10  1.2  pooka COMMENT=VirtIO block device driver
     11  1.2  pooka 
     12  1.1  pooka IOCONF=	VIRTIO_LD.ioconf
     13  1.1  pooka 
     14  1.1  pooka SRCS=	ld_at_virtio.c
     15  1.1  pooka SRCS+=	ld_virtio.c
     16  1.1  pooka 
     17  1.1  pooka # XXX: ld.c does not really belong here, but placing it in libdisk
     18  1.1  pooka # requires revamping config to be more modular in how CFDRIVER() is
     19  1.1  pooka # used.  moving ld up in the component tree later to libdisk won't
     20  1.1  pooka # create problems, so just put it here for now.  the excessive
     21  1.1  pooka # dependencies of virtio_ld should prevent anyone from want to
     22  1.1  pooka # provide ld via this component ...
     23  1.1  pooka SRCS+=	ld.c
     24  1.1  pooka    
     25  1.1  pooka .include "${RUMPTOP}/Makefile.rump"
     26  1.1  pooka .include <bsd.lib.mk>
     27  1.1  pooka .include <bsd.klinks.mk>
     28