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