You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
326 B
7 lines
326 B
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_VIDEO_SAMSUNG_S5P_MFC) += s5p-mfc.o
|
|
s5p-mfc-y += s5p_mfc.o s5p_mfc_intr.o
|
|
s5p-mfc-y += s5p_mfc_dec.o s5p_mfc_enc.o
|
|
s5p-mfc-y += s5p_mfc_ctrl.o s5p_mfc_pm.o
|
|
s5p-mfc-y += s5p_mfc_opr.o s5p_mfc_opr_v5.o s5p_mfc_opr_v6.o
|
|
s5p-mfc-y += s5p_mfc_cmd.o s5p_mfc_cmd_v5.o s5p_mfc_cmd_v6.o
|
|
|