diff options
Diffstat (limited to 'sound/pci/hda/Makefile')
-rw-r--r-- | sound/pci/hda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/Makefile b/sound/pci/hda/Makefile index d0d0c19ddfc2..194f30935e77 100644 --- a/sound/pci/hda/Makefile +++ b/sound/pci/hda/Makefile | |||
@@ -1,5 +1,6 @@ | |||
1 | snd-hda-intel-objs := hda_intel.o | 1 | snd-hda-intel-objs := hda_intel.o |
2 | snd-hda-controller-objs := hda_controller.o | 2 | snd-hda-controller-objs := hda_controller.o |
3 | snd-hda-tegra-objs := hda_tegra.o | ||
3 | # for haswell power well | 4 | # for haswell power well |
4 | snd-hda-intel-$(CONFIG_SND_HDA_I915) += hda_i915.o | 5 | snd-hda-intel-$(CONFIG_SND_HDA_I915) += hda_i915.o |
5 | 6 | ||
@@ -47,3 +48,4 @@ obj-$(CONFIG_SND_HDA_CODEC_HDMI) += snd-hda-codec-hdmi.o | |||
47 | # otherwise the codec patches won't be hooked before the PCI probe | 48 | # otherwise the codec patches won't be hooked before the PCI probe |
48 | # when built in kernel | 49 | # when built in kernel |
49 | obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o | 50 | obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o |
51 | obj-$(CONFIG_SND_HDA_TEGRA) += snd-hda-tegra.o | ||