Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7347
b: refs/heads/master
c: c923715
h: refs/heads/master
i:
  7345: 18a084d
  7343: 4ebce3c
v: v3
  • Loading branch information
Russell King authored and Linus Torvalds committed Sep 7, 2005
1 parent ac7d9b8 commit f342c58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2822e7f00cdccbff8e507b5ebbddce1aa95eb5d
refs/heads/master: c92371566ea505cf455c208cdfb89046b3db87de
16 changes: 9 additions & 7 deletions trunk/sound/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f342c58

Please sign in to comment.