X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fsound%2Fhda%2FMakefile;h=7e999c995cdc59fff11d8210dc5fd8dc4b9e464c;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=7a359f5b7e25fe71a94e751eb8f7d3a198097396;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/kernel/sound/hda/Makefile b/kernel/sound/hda/Makefile index 7a359f5b7..7e999c995 100644 --- a/kernel/sound/hda/Makefile +++ b/kernel/sound/hda/Makefile @@ -1,7 +1,13 @@ snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \ - hdac_regmap.o array.o + hdac_regmap.o hdac_controller.o hdac_stream.o array.o snd-hda-core-objs += trace.o CFLAGS_trace.o := -I$(src) +# for sync with i915 gfx driver +snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o + obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o + +#extended hda +obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/