7 lines · plain
1snd-soc-catpt-y := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o2 3# tell define_trace.h where to find the trace header4CFLAGS_device.o := -I$(src)5 6obj-$(CONFIG_SND_SOC_INTEL_CATPT) += snd-soc-catpt.o7 1snd-soc-catpt-y := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o2 3# tell define_trace.h where to find the trace header4CFLAGS_device.o := -I$(src)5 6obj-$(CONFIG_SND_SOC_INTEL_CATPT) += snd-soc-catpt.o7