From ff8dbec795db724b079d77b7c8faf6af627ba877 Mon Sep 17 00:00:00 2001 From: Cameron Grant Date: Sat, 24 Feb 2001 21:49:05 +0000 Subject: don't compile the initialised data generated by the kobj system into each module, otherwise each module gets its own copy of the method descriptors. this results in the upper layer code being unable to find the implementation of any method in any object, which is a bad thing. this commit makes newpcm drivers as modules actually work under 4.x --- sys/modules/sound/driver/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/sound/driver/Makefile.inc b/sys/modules/sound/driver/Makefile.inc index 094e34d72f6e..124bfc8bd11a 100644 --- a/sys/modules/sound/driver/Makefile.inc +++ b/sys/modules/sound/driver/Makefile.inc @@ -1,6 +1,5 @@ # $FreeBSD$ SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h -SRCS += ac97_if.c channel_if.c feeder_if.c mixer_if.c .include "../Makefile.inc" -- cgit v1.3