mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-12 21:28:58 +00:00
5be9356926
Signed-off-by: Kamil Lulko <kamil.lulko@gmail.com>
14 lines
350 B
Makefile
14 lines
350 B
Makefile
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2015
|
|
# Kamil Lulko, <kamil.lulko@gmail.com>
|
|
#
|
|
# Copyright 2015 ATS Advanced Telematics Systems GmbH
|
|
# Copyright 2015 Konsulko Group, Matt Porter <mporter@konsulko.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += soc.o clock.o timer.o flash.o
|