mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 23:53:52 +02:00
10 lines
175 B
Makefile
Executable File
10 lines
175 B
Makefile
Executable File
#
|
|
# Makefile for the dsp core.
|
|
#
|
|
|
|
obj-$(CONFIG_CMMB) += cmmb_ringbuffer.o
|
|
obj-$(CONFIG_CMMB) += cmmb_class.o
|
|
obj-$(CONFIG_CMMB) += cmmb_memory.o
|
|
|
|
obj-$(CONFIG_CMMB) += siano/
|