Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug/makefile #35

Merged
merged 2 commits into from
Jul 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions sound/soc/sof/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ config SND_SOC_SOF_PCI
config SND_SOC_SOF_ACPI
tristate

config SND_SOC_SOF_PLATFORM
tristate

config SND_SOC_SOF
tristate "Sound Open Firmware Support"
default m
select SND_SOC_TOPOLOGY
select SND_SOC_COMPRESS
help
Expand Down
2 changes: 0 additions & 2 deletions sound/soc/sof/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ snd-sof-spi-objs := hw-spi.o

snd-sof-pci-objs := sof-pci-dev.o
snd-sof-acpi-objs := sof-acpi-dev.o
snd-sof-platform-objs := sof-platform-dev.o
snd-sof-nocodec-objs := nocodec.o

obj-$(CONFIG_SND_SOC_SOF) += snd-sof.o
Expand All @@ -17,7 +16,6 @@ obj-$(CONFIG_SND_SOC_SOF_NOCODEC) += snd-sof-nocodec.o
obj-$(CONFIG_SND_SOC_SOF_ACPI) += sof-acpi-dev.o
obj-$(CONFIG_SND_SOC_SOF_PCI) += sof-pci-dev.o
obj-$(CONFIG_SND_SOC_SOF_SPI) += sof-spi-dev.o
obj-$(SND_SOC_SOF_PLATFORM) += sof-platform-dev.o

obj-$(CONFIG_SND_SOC_SOF_SPIDSP) += snd-sof-spi.o

Expand Down