diff options
Diffstat (limited to 'drivers/most/Makefile')
-rw-r--r-- | drivers/most/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/most/Makefile b/drivers/most/Makefile index 6a3cb9056288..8b53ca46633f 100644 --- a/drivers/most/Makefile +++ b/drivers/most/Makefile @@ -4,3 +4,4 @@ most_core-y := core.o \ configfs.o obj-$(CONFIG_MOST_USB_HDM) += most_usb.o +obj-$(CONFIG_MOST_CDEV) += most_cdev.o |