Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
7db6b71b499de1d96371978a99c4a7db5d44e5b3
/
.
/
cmd
/
arm
/
Makefile
blob: 94367dcb45985bc8c84940cb1e7d88664402962b [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
ifdef CONFIG_ARM64
obj
-
$
(
CONFIG_CMD_EXCEPTION
)
+=
exception64
.
o
else
obj
-
$
(
CONFIG_CMD_EXCEPTION
)
+=
exception
.
o
endif