# SPDX-License-Identifier: GPL-2.0-only

ifeq ($(CONFIG_MSM_VIDC_ANDROID), m)
obj-m := msm_video/
else
obj-m := video/
endif
