From 3f5ccaeca5a24f7c5fa9c6328b3875b4eee7f0f2 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Fri, 25 Feb 2005 09:49:29 +0000 Subject: [PATCH] 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. --- sys/modules/utopia/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/utopia/Makefile b/sys/modules/utopia/Makefile index 19150cecf498..c1a444516c14 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