6 lines
224 B
Makefile
6 lines
224 B
Makefile
obj-$(CONFIG_VIDEO_SAMSUNG_S5P_MFC) := s5p-mfc.o
|
|
s5p-mfc-y += s5p_mfc.o s5p_mfc_intr.o s5p_mfc_opr.o
|
|
s5p-mfc-y += s5p_mfc_dec.o s5p_mfc_enc.o
|
|
s5p-mfc-y += s5p_mfc_ctrl.o s5p_mfc_cmd.o
|
|
s5p-mfc-y += s5p_mfc_pm.o s5p_mfc_shm.o
|