mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
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
|