cvs commit: src/sys/modules/sound/sound Makefile
Marius Strobl
marius at FreeBSD.org
Sun Jul 10 10:43:59 GMT 2005
marius 2005-07-10 10:43:59 UTC
FreeBSD src repository
Modified files:
sys/modules/sound/sound Makefile
Log:
- Add missing opt_isa.h. This fixes the standalone build of sound.ko
after sys/dev/sound/pcm/channel.c rev. 1.99, i.e. when there's no
existing KERNBUILDDIR with an opt_isa.h defined.
- Sync with sys/dev/sound/pcm/channel.c rev. 1.99 (sort of), i.e.
never compile in isadma support on sparc64 as we just never need
it there. This allows to use the "generic" module with a custom
kernel that is built without isa(4).
Reviewed by: ru
Approved by: re (scottl)
Revision Changes Path
1.16 +14 -2 src/sys/modules/sound/sound/Makefile
More information about the cvs-src
mailing list