diff options
Diffstat (limited to 'sound/hda/Makefile')
-rw-r--r-- | sound/hda/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/hda/Makefile b/sound/hda/Makefile new file mode 100644 index 000000000000..7a359f5b7e25 --- /dev/null +++ b/sound/hda/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \ | ||
2 | hdac_regmap.o array.o | ||
3 | |||
4 | snd-hda-core-objs += trace.o | ||
5 | CFLAGS_trace.o := -I$(src) | ||
6 | |||
7 | obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o | ||