diff options
Diffstat (limited to 'drivers/video/bridge/Makefile')
-rw-r--r-- | drivers/video/bridge/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/bridge/Makefile b/drivers/video/bridge/Makefile new file mode 100644 index 0000000000..f4bf087a18 --- /dev/null +++ b/drivers/video/bridge/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2015 Google, Inc +# Written by Simon Glass <sjg@chromium.org> +# +# SPDX-License-Identifier: GPL-2.0+ + +obj-$(CONFIG_VIDEO_BRIDGE) += video-bridge-uclass.o |