From: Lee Revell <rlrevell@joe-job.com>
To: Adrian McMenamin <adrian@mcmen.demon.co.uk>
Cc: Takashi Iwai <tiwai@suse.de>, alsa-devel@lists.sourceforge.net
Subject: Re: Cross compiling alsa-driver
Date: Thu, 06 Apr 2006 19:55:08 -0400 [thread overview]
Message-ID: <1144367709.12038.48.camel@mindpipe> (raw)
In-Reply-To: <1144365957.9219.20.camel@localhost.localdomain>
On Fri, 2006-04-07 at 00:25 +0100, Adrian McMenamin wrote:
> And your point is?
>
> I've written those files. cvscompile bombs
It looks like you just need to add something like:
ifeq (y,$(CONFIG_SH))
SUBDIRS += sh
endif
to alsa-driver/Makefile, then create alsa-driver/sh/Makefile like:
ifndef SND_TOPDIR
SND_TOPDIR=..
endif
include $(SND_TOPDIR)/toplevel.config
include $(SND_TOPDIR)/Makefile.conf
include $(SND_TOPDIR)/alsa-kernel/sh/Makefile
include $(SND_TOPDIR)/Rules.make
Then create alsa-kernel/sh/Makefile:
#
# Makefile for ALSA
#
snd-aica-objs := aica.o
# Toplevel Module Dependency
obj-$(CONFIG_SND_AICA) += snd-aica.o
and put your code and Kconfig file in alsa-kernel/sh/
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
next prev parent reply other threads:[~2006-04-06 23:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-04 21:56 Cross compiling alsa-driver Adrian McMenamin
2006-04-05 11:27 ` Takashi Iwai
2006-04-06 22:16 ` Adrian McMenamin
2006-04-06 22:23 ` Adrian McMenamin
2006-04-06 22:27 ` Adrian McMenamin
2006-04-06 22:25 ` Lee Revell
2006-04-06 22:29 ` Adrian McMenamin
2006-04-06 22:52 ` Lee Revell
2006-04-06 22:57 ` Lee Revell
2006-04-06 23:10 ` Adrian McMenamin
2006-04-06 23:15 ` Lee Revell
2006-04-06 23:25 ` Adrian McMenamin
2006-04-06 23:55 ` Lee Revell [this message]
2006-04-07 5:55 ` Manuel Jander
2006-04-06 22:46 ` Adrian McMenamin
2006-04-06 22:54 ` Lee Revell
2006-04-07 9:12 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1144367709.12038.48.camel@mindpipe \
--to=rlrevell@joe-job.com \
--cc=adrian@mcmen.demon.co.uk \
--cc=alsa-devel@lists.sourceforge.net \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.