8 lines
239 B
Makefile
8 lines
239 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright (C) 2014, STMicroelectronics - All Rights Reserved
|
||
|
# Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
|
||
|
|
||
|
obj-y := timer.o clock.o pinmux.o reset.o
|
||
|
obj-y += lowlevel.o
|