[Patch]2.1.129-drivers/sbus/audio compile problems

Albert Cranford (AlbertC@millennium.net)
Fri, 20 Nov 1998 11:25:11 -0500


Hello Linus,
Previously in February we made changes to drivers/sbus/audio/Makefile to
fix a clobbering problem with M and MM and in 2.1.129 Thomas D. or
Derrick B. restored Makefile
to its previous state. That's OK. I have a better fix now to
prevent attempting to configure sbus/audio on an i386 system.
Could you apply this small fix to the (hopefully) final correction
version. It shouldn't hurt sparc people and it surely help intel
people.

Thomas or Derrick,
Could you please try this little change and verify that your
system still works correctly.

Thanks all,
Albert
----start patch-----
--- linux/drivers/sbus/audio/Makefile.sav Fri Nov 20 11:12:47 1998
+++ linux/drivers/sbus/audio/Makefile Fri Nov 20 10:28:51 1998
@@ -11,6 +11,8 @@
# sbus audio drivers
#

+M :=
+MM :=
O_TARGET := sparcaudio.o
O_OBJS :=
M_OBJS :=
----end patch-----

-- 
Albert Cranford Deerfield Beach FL USA
AlbertC@millennium.net

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/