diff options
Diffstat (limited to 'roms/u-boot/drivers/video/stm32/Makefile')
-rw-r--r-- | roms/u-boot/drivers/video/stm32/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/video/stm32/Makefile b/roms/u-boot/drivers/video/stm32/Makefile new file mode 100644 index 000000000..f8b42d1a4 --- /dev/null +++ b/roms/u-boot/drivers/video/stm32/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) STMicroelectronics SA 2017 +# +# Authors: Philippe Cornu <philippe.cornu@st.com> +# Yannick Fertre <yannick.fertre@st.com> + +obj-${CONFIG_VIDEO_STM32} = stm32_ltdc.o +obj-${CONFIG_VIDEO_STM32_DSI} += stm32_dsi.o |