Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
813bc424871caf3decffb50119906bcdbf33d973
/
.
/
cmd
/
arm
/
Makefile
blob: 94367dcb45985bc8c84940cb1e7d88664402962b [
file
] [
log
] [
blame
]
Heinrich Schuchardt
dab8788
2018-12-26 17:20:35 +0100
[
diff
] [
blame
]
1
# SPDX-License-Identifier: GPL-2.0+
2
3
ifdef CONFIG_ARM64
4
obj
-
$
(
CONFIG_CMD_EXCEPTION
)
+=
exception64
.
o
5
else
6
obj
-
$
(
CONFIG_CMD_EXCEPTION
)
+=
exception
.
o
7
endif