24 lines
680 B
Makefile
24 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/08/24 23:21:50 pooka Exp $
|
|
#
|
|
|
|
RUMPTOP=${TOPRUMP}
|
|
|
|
.PATH: ${RUMPTOP}/../dev/pci ${RUMPTOP}/../dev/mii
|
|
|
|
LIB= rumpdev_miiphy
|
|
IOCONF= MIIPHY.ioconf
|
|
|
|
SRCS= phy_at_mii.c
|
|
|
|
SRCS+= mii.c mii_ethersubr.c mii_physubr.c ukphy.c ukphy_subr.c
|
|
SRCS+= acphy.c amhphy.c atphy.c bmtphy.c brgphy.c ciphy.c dmphy.c etphy.c \
|
|
exphy.c gentbi.c glxtphy.c gphyter.c icsphy.c igphy.c ihphy.c ikphy.c \
|
|
inphy.c iophy.c lxtphy.c makphy.c nsphy.c nsphyter.c pnaphy.c \
|
|
qsphy.c rdcphy.c rgephy.c rlphy.c sqphy.c tlphy.c tqphy.c urlphy.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
|
|
|
|
.include "${RUMPTOP}/Makefile.rump"
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|