blob: 046b2407908658fb64427d497ce26461eef8d228 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# 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
|