mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-09 11:48:53 +00:00
1537d38619
Uniformize STMicroelectronics copyrights headers for STV0991 related code. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
9 lines
243 B
Makefile
9 lines
243 B
Makefile
#
|
|
# Copyright (C) 2014, STMicroelectronics - All Rights Reserved
|
|
# Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := timer.o clock.o pinmux.o reset.o
|
|
obj-y += lowlevel.o
|