1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_MOST_CDEV) += most_cdev.o 3 4most_cdev-objs := cdev.o 5ccflags-y += -I $(srctree)/drivers/staging/ 6