Cross Reference: Makefile
xref: /src/sys/rump/dev/lib/libugenhc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/dev/lib/libugenhc/
Makefile revision 1.10
1#	$NetBSD: Makefile,v 1.10 2015/10/19 16:16:34 pooka Exp $
2#
3
4LIB=	rumpdev_ugenhc
5COMMENT=USB host controller using /dev/ugen
6
7.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
8IOCONF= UGENHC.ioconf
9
10SRCS=	ugenhc.c ugenhc_at_mainbus.c ugenhc_dma.c
11
12CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
13
14RUMPCOMP_USER_SRCS=	ugenhc_user.c
15.else
16.PATH:	${.CURDIR}/../libusb
17SRCS=	dummy.c
18.endif
19
20.include <bsd.lib.mk>
21.include <bsd.klinks.mk>
22

Indexes created Wed Dec 17 08:09:36 GMT 2025