All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix emu10k1 build in 1.0.13
@ 2006-10-28 21:34 Willy Tarreau
  2006-10-31 14:27 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Willy Tarreau @ 2006-10-28 21:34 UTC (permalink / raw)
  To: alsa-devel; +Cc: Gabor Z. Papp

Hi guys,

Gabor Z.Papp reported to me that alsa-driver-1.0.13 did not build under
2.4.34-pre4. I found there was a missing export-objs in the emu10k1
Makefile. This trivial patch fixes it.

Regards,
Willy

--- ./alsa-kernel/pci/emu10k1/Makefile.bad	2006-09-29 13:40:35 +0200
+++ ./alsa-kernel/pci/emu10k1/Makefile	2006-10-18 09:51:22 +0200
@@ -9,6 +9,8 @@
 snd-emu10k1-synth-objs := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o
 snd-emu10k1x-objs := emu10k1x.o
 
+export-objs := io.o memory.o voice.o
+
 #
 # this function returns:
 #   "m" - CONFIG_SND_SEQUENCER is m



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-06 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-28 21:34 [PATCH] fix emu10k1 build in 1.0.13 Willy Tarreau
2006-10-31 14:27 ` Takashi Iwai
2006-10-31 22:34   ` Willy Tarreau
2006-11-06 10:49     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.