diff options
author | harti <harti@FreeBSD.org> | 2005-02-25 09:49:29 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-02-25 09:49:29 +0000 |
commit | 1c0d432eea5576b610fbfb293445bfc4c0135a9f (patch) | |
tree | 1a9fbb376de32972d5390ef0953bd607b6a20dda /sys/modules/utopia | |
parent | 3bbb91b43f7673f7421816313f4b7c81263b8f16 (diff) | |
download | FreeBSD-src-1c0d432eea5576b610fbfb293445bfc4c0135a9f.zip FreeBSD-src-1c0d432eea5576b610fbfb293445bfc4c0135a9f.tar.gz |
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.
Diffstat (limited to 'sys/modules/utopia')
-rw-r--r-- | sys/modules/utopia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/utopia/Makefile b/sys/modules/utopia/Makefile index 19150ce..c1a4445 100644 --- a/sys/modules/utopia/Makefile +++ b/sys/modules/utopia/Makefile @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../dev/utopia KMOD= utopia -SRCS= utopia.c bus_if.h device_if.h +SRCS= utopia.c suni.c idtphy.c bus_if.h device_if.h .include <bsd.kmod.mk> |