10 lines
184 B
Makefile
10 lines
184 B
Makefile
#
|
|
# (C) Copyright 2014
|
|
# Vikas Manocha, ST Microelectronics, vikas.manocha@stcom
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := timer.o clock.o pinmux.o reset.o
|
|
obj-y += lowlevel.o
|