1 1.2.4.2 tls # $NetBSD: Makefile,v 1.2.4.2 2014/08/20 00:04:37 tls Exp $ 2 1.2.4.2 tls # 3 1.2.4.2 tls 4 1.2.4.2 tls RUMPTOP=${TOPRUMP} 5 1.2.4.2 tls 6 1.2.4.2 tls .PATH: ${RUMPTOP}/../dev/pci ${RUMPTOP}/../dev/mii 7 1.2.4.2 tls 8 1.2.4.2 tls LIB= rumpdev_miiphy 9 1.2.4.2 tls IOCONF= MIIPHY.ioconf 10 1.2.4.2 tls 11 1.2.4.2 tls SRCS= phy_at_mii.c 12 1.2.4.2 tls 13 1.2.4.2 tls SRCS+= mii.c mii_ethersubr.c mii_physubr.c ukphy.c ukphy_subr.c 14 1.2.4.2 tls SRCS+= acphy.c amhphy.c atphy.c bmtphy.c brgphy.c ciphy.c dmphy.c etphy.c \ 15 1.2.4.2 tls exphy.c gentbi.c glxtphy.c gphyter.c icsphy.c igphy.c ihphy.c ikphy.c \ 16 1.2.4.2 tls inphy.c iophy.c lxtphy.c makphy.c nsphy.c nsphyter.c pnaphy.c \ 17 1.2.4.2 tls qsphy.c rdcphy.c rgephy.c rlphy.c sqphy.c tlphy.c tqphy.c urlphy.c 18 1.2.4.2 tls 19 1.2.4.2 tls CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${.CURDIR}/opt 20 1.2.4.2 tls 21 1.2.4.2 tls .include "${RUMPTOP}/Makefile.rump" 22 1.2.4.2 tls .include <bsd.lib.mk> 23 1.2.4.2 tls .include <bsd.klinks.mk> 24