Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
192121a26f93936a2a5aaacfc63eac0291e2d9c1
/
.
/
cmd
/
arm
/
Makefile
blob: 94367dcb45985bc8c84940cb1e7d88664402962b [
file
] [
log
] [
blame
]
Heinrich Schuchardt
f7d6b07
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