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