diff options
Diffstat (limited to 'drivers/video/stm32/Makefile')
-rw-r--r-- | drivers/video/stm32/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/video/stm32/Makefile b/drivers/video/stm32/Makefile index 372a2e10c63..7297e5f57a6 100644 --- a/drivers/video/stm32/Makefile +++ b/drivers/video/stm32/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # 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 |