* [PATCH] Fix sound/arm/Makefile for locality of reference
@ 2005-07-29 17:11 Russell King
0 siblings, 0 replies; only message in thread
From: Russell King @ 2005-07-29 17:11 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton, Linux Kernel List
Ensure that sound/arm/Makefile is sanely organised so that additions
to it don't break all other patches out there. This means I only
have to adjust the line numbers in my patch queue rather than having
to re-generate by hand those which touch this file.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff -up -x BitKeeper -x ChangeSet -x SCCS -x _xlk -x *.orig -x *.rej orig/sound/arm/Makefile linux/sound/arm/Makefile
--- orig/sound/arm/Makefile Fri Jul 29 17:14:53 2005
+++ linux/sound/arm/Makefile Fri Jul 29 18:08:41 2005
@@ -2,12 +2,14 @@
# Makefile for ALSA
#
-snd-sa11xx-uda1341-objs := sa11xx-uda1341.o
-snd-aaci-objs := aaci.o devdma.o
-snd-pxa2xx-pcm-objs := pxa2xx-pcm.o
-snd-pxa2xx-ac97-objs := pxa2xx-ac97.o
-
obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-sa11xx-uda1341.o
+snd-sa11xx-uda1341-objs := sa11xx-uda1341.o
+
obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o
-obj-$(CONFIG_SND_PXA2XX_PCM) += snd-pxa2xx-pcm.o
-obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o
+snd-aaci-objs := aaci.o devdma.o
+
+obj-$(CONFIG_SND_PXA2XX_PCM) += snd-pxa2xx-pcm.o
+snd-pxa2xx-pcm-objs := pxa2xx-pcm.o
+
+obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o
+snd-pxa2xx-ac97-objs := pxa2xx-ac97.o
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-29 17:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-29 17:11 [PATCH] Fix sound/arm/Makefile for locality of reference Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox