mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
79924ca9cf
This patch moves the BIT processor specific coda_context_ops, the firmware upload and other related functions from coda-common.c into coda-bit.c. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
4 lines
86 B
Makefile
4 lines
86 B
Makefile
coda-objs := coda-common.o coda-bit.o coda-h264.o
|
|
|
|
obj-$(CONFIG_VIDEO_CODA) += coda.o
|