freebsd-dev/sys/modules/utopia/Makefile
Hartmut Brandt 3f5ccaeca5 The chip specific functions have been split out in their own
C files to simplify adding of new PHY chips.
Include the split out .c files in the module build too.
2005-02-25 09:49:29 +00:00

9 lines
138 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/utopia
KMOD= utopia
SRCS= utopia.c suni.c idtphy.c bus_if.h device_if.h
.include <bsd.kmod.mk>