~ubuntu-branches/ubuntu/precise/alsa-driver/precise

« back to all changes in this revision

Viewing changes to alsa-kernel/soc/nuc900/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-02-21 18:06:40 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221180640-a8p2yxtvgf7xbxub
Tags: 1.0.24+dfsg-0ubuntu1
* New upstream release
* Refreshed patches:
  - distinguish_kernel_makefile_and_source_dirs.patch
  - debian_dfsg_configure.patch
* debian/control: Update Vcs-bzr field to point to new branch location

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# NUC900 series audio
 
2
snd-soc-nuc900-pcm-objs := nuc900-pcm.o
 
3
snd-soc-nuc900-ac97-objs := nuc900-ac97.o
 
4
 
 
5
obj-$(CONFIG_SND_SOC_NUC900) += snd-soc-nuc900-pcm.o
 
6
obj-$(CONFIG_SND_SOC_NUC900_AC97) += snd-soc-nuc900-ac97.o
 
7
 
 
8
# Boards
 
9
snd-soc-nuc900-audio-objs := nuc900-audio.o
 
10
 
 
11
obj-$(CONFIG_SND_SOC_NUC900EVB) += snd-soc-nuc900-audio.o