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