From bfd5387e3a6a532038c79404933724d35c53920c Mon Sep 17 00:00:00 2001 From: marius Date: Tue, 22 Nov 2005 17:25:10 +0000 Subject: Conditionalize the compilation of the envctrl.c front-end of pcf(4) additionally on ebus(4) as the 'SUNW,envctrl' devices (as well as 'SUNW,envctrltwo' and 'SUNW,rasctrl', which we might want to also support in envctrl.c in the future) are only found on EBus. --- sys/conf/files.sparc64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index f22566d..9b4905d 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -47,7 +47,7 @@ dev/ofw/ofw_console.c optional ofw_console dev/ofw/openfirm.c standard dev/ofw/openfirmio.c standard dev/ofw/openpromio.c standard -dev/pcf/envctrl.c optional pcf +dev/pcf/envctrl.c optional pcf ebus dev/pcf/pcf_ebus.c optional pcf ebus dev/sound/sbus/cs4231.c optional snd_audiocs ebus dev/sound/sbus/cs4231.c optional snd_audiocs sbus -- cgit v1.1