From 6ca77a6ff3f5760b42f0f8080e53540f08f65f8f Mon Sep 17 00:00:00 2001 From: Roman Kurakin Date: Thu, 25 Mar 2004 17:20:45 +0000 Subject: [PATCH] Connect ctau driver (Cronyx-Tau/ISA) to modules build process. Approved by: imp (mentor) --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index af872508af7..6a733997715 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -47,6 +47,7 @@ SUBDIR= ${_3dfx} \ ${_coff} \ ${_crypto} \ ${_cryptodev} \ + ${_ctau} \ cue \ ${_cx} \ dc \ @@ -338,6 +339,7 @@ _cardbus= cardbus _cbb= cbb _ciss= ciss _cm= cm +_ctau= ctau _cx= cx _dpt= dpt _el= el