diff options
Diffstat (limited to 'sound/pci/hda/Makefile')
-rw-r--r-- | sound/pci/hda/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/Makefile b/sound/pci/hda/Makefile new file mode 100644 index 000000000..e21ce3fac --- /dev/null +++ b/sound/pci/hda/Makefile | |||
@@ -0,0 +1,4 @@ | |||
1 | subdir-ccflags-y += -I$(srctree)/sound/pci/hda/ | ||
2 | |||
3 | snd-hda-tegra-objs := hda_tegra.o | ||
4 | obj-$(CONFIG_SND_HDA_TEGRA) += snd-hda-tegra.o | ||