1iris-objs += iris_core.o \ 2 iris_firmware.o \ 3 iris_hfi_common.o \ 4 iris_hfi_gen1_command.o \ 5 iris_hfi_gen1_response.o \ 6 iris_hfi_gen2_command.o \ 7 iris_hfi_gen2_packet.o \ 8 iris_hfi_gen2_response.o \ 9 iris_hfi_queue.o \ 10 iris_platform_sm8550.o \ 11 iris_probe.o \ 12 iris_resources.o \ 13 iris_vidc.o \ 14 iris_vpu2.o \ 15 iris_vpu3.o \ 16 iris_vpu_common.o \ 17 18obj-$(CONFIG_VIDEO_QCOM_IRIS) += iris.o 19