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