projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'u-boot/master' into 'u-boot-arm/master'
[platform/kernel/u-boot.git]
/
arch
/
arm
/
cpu
/
armv8
/
Makefile
1
#
2
# (C) Copyright 2000-2003
3
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4
#
5
# SPDX-License-Identifier: GPL-2.0+
6
#
7
8
extra-y := start.o
9
10
obj-y += cpu.o
11
obj-y += generic_timer.o
12
obj-y += cache_v8.o
13
obj-y += exceptions.o
14
obj-y += cache.o
15
obj-y += tlb.o
16
obj-y += transition.o