Makefile (c7d77a7980e434c3af17de19e3348157f9b9ccce) | Makefile (6f0c42269f000b1e346c84d9a589f17aa94c96d8) |
---|---|
1snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o | 1snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o |
2snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o soc-devres.o soc-ops.o | 2snd-soc-core-objs += soc-pcm.o soc-io.o soc-devres.o soc-ops.o 3snd-soc-core-$(CONFIG_SND_SOC_COMPRESS) += soc-compress.o |
3 4ifneq ($(CONFIG_SND_SOC_TOPOLOGY),) 5snd-soc-core-objs += soc-topology.o 6endif 7 8ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),) 9snd-soc-core-objs += soc-generic-dmaengine-pcm.o 10endif --- 37 unchanged lines hidden --- | 4 5ifneq ($(CONFIG_SND_SOC_TOPOLOGY),) 6snd-soc-core-objs += soc-topology.o 7endif 8 9ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),) 10snd-soc-core-objs += soc-generic-dmaengine-pcm.o 11endif --- 37 unchanged lines hidden --- |