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