mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
14 lines
213 B
Makefile
14 lines
213 B
Makefile
|
#
|
||
|
# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
extra-y += start.o
|
||
|
|
||
|
obj-y += cache.o
|
||
|
obj-y += cpu.o
|
||
|
obj-y += interrupts.o
|
||
|
obj-y += reset.o
|
||
|
obj-y += timer.o
|