All of lore.kernel.org
 help / color / mirror / Atom feed
* How to build alsa-driver for sparc?
@ 2004-09-27 19:14 Martin Habets
  2004-09-27 20:01 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Habets @ 2004-09-27 19:14 UTC (permalink / raw)
  To: alsa-devel

I'm trying to build alsa-driver-1.0.7rc1 for SPARC32, but have
found that CONFIG_SPARC32 is not set in toplevel.config.
After initial failure, I have tried the steps from cvscompile, and rebuild
utils/mod-deps.

After I hand-edit toplevel.config and apply the patch attached, it does
start building. But the whole generation of toplevel.config leaves my
wondering how to make it work properly.

Any hints?
-- 
Martin
---------------------------------------------------------------------------
30 years from now GNU/Linux will be as redundant a term as UNIX/MERT is 
today. - Martin Habets
---------------------------------------------------------------------------

--- alsa-driver-1.0.7rc1/Makefile.orig	2004-09-27 17:34:05.000000000 +0100
+++ alsa-driver-1.0.7rc1/Makefile	2004-09-27 17:35:21.000000000 +0100
@@ -65,6 +65,12 @@
 ifeq (y,$(CONFIG_PARISC))
 SUBDIRS  += parisc
 endif
+ifeq (y,$(CONFIG_SPARC32))
+SUBDIRS  += sparc
+endif
+ifeq (y,$(CONFIG_SPARC64))
+SUBDIRS  += sparc
+endif
 CSUBDIRS += include test utils
 
 KCONFIG_FILES = $(shell find $(SND_TOPDIR) -name Kconfig) $(shell find $(SND_TOPDIR)/alsa-kernel/ -name Kconfig)


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

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

end of thread, other threads:[~2004-09-28 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-27 19:14 How to build alsa-driver for sparc? Martin Habets
2004-09-27 20:01 ` Takashi Iwai
2004-09-28  0:25   ` Martin Habets
2004-09-28 16:51     ` 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.