mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-03 20:34:58 +08:00
2c3fb08b3f
The remaining drivers are mostly platform drivers. Name the dir to reflect it. It makes sense to latter break it into a few other dirs. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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
|