Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
21545a8cbf9ef3c47a1a8c347ad31e759b00b0c7
/
.
/
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