projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
imx: fix exception vectors relocation in imx27
[platform/kernel/u-boot.git]
/
arch
/
arm
/
cpu
/
arm926ejs
/
mx27
/
Makefile
1
#
2
# (C) Copyright 2000-2006
3
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4
#
5
# SPDX-License-Identifier: GPL-2.0+
6
7
obj-y = generic.o reset.o timer.o
8
9
ifndef CONFIG_SPL_BUILD
10
obj-y += relocate.o
11
endif