Cross Reference: Makefile
xref: /src/sys/rump/dev/lib/libmiiphy/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/dev/lib/libmiiphy/
Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2015/10/19 16:16:33 pooka Exp $
2#
3
4RUMPTOP=${TOPRUMP}
5
6.PATH:	${RUMPTOP}/../dev/pci ${RUMPTOP}/../dev/mii
7
8LIB=	rumpdev_miiphy
9COMMENT=MII and PHY drivers (for networking)
10
11IOCONF=	MIIPHY.ioconf
12
13SRCS=	phy_at_mii.c
14
15SRCS+= mii.c mii_ethersubr.c mii_physubr.c ukphy.c ukphy_subr.c
16SRCS+= acphy.c amhphy.c atphy.c bmtphy.c brgphy.c ciphy.c dmphy.c etphy.c \
17    exphy.c gentbi.c glxtphy.c gphyter.c icsphy.c igphy.c ihphy.c ikphy.c \
18    inphy.c iophy.c lxtphy.c makphy.c nsphy.c nsphyter.c pnaphy.c \
19    qsphy.c rdcphy.c rgephy.c rlphy.c sqphy.c tlphy.c tqphy.c urlphy.c
20
21CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
22   
23.include "${RUMPTOP}/Makefile.rump"
24.include <bsd.lib.mk>
25.include <bsd.klinks.mk>
26

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