diff options
author | Scott Williams <scwilliams@nvidia.com> | 2011-04-05 19:02:21 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-04-26 15:55:12 -0700 |
commit | d3f5ddad2f4bb855331d89e061e4ff9da6c8f8e6 (patch) | |
tree | 383a7331a6358955a45b47a2c269cd9f18e837ac /sound | |
parent | 2147dad60856ca174eccf7e649c92f8cddc89b65 (diff) |
sound: tegra: Fix makefile
Change-Id: I0a5f0bab3fb559158403c5bb51780cd26baa5291
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/tegra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile index 205c240121db..993f2dff8115 100644 --- a/sound/soc/tegra/Makefile +++ b/sound/soc/tegra/Makefile @@ -5,5 +5,5 @@ obj-$(CONFIG_TEGRA_IEC) += tegra_spdif.o obj-$(CONFIG_TEGRA_JACK) += tegra_wired_jack.o obj-$(CONFIG_TEGRA_ALSA) += tegra_soc_controls.o obj-$(CONFIG_TEGRA_GENERIC_CODEC)+= tegra_generic_codec.o -obj-${CONFIG_SND_SOC_WM8903} += tegra_soc_wm8903.o -obj-${CONFIG_SND_SOC_WM8753} += tegra_soc_wm8753.o +obj-$(CONFIG_SND_SOC_WM8903) += tegra_soc_wm8903.o +obj-$(CONFIG_SND_SOC_WM8753) += tegra_soc_wm8753.o |