]> Git Repo - u-boot.git/blob - cmd/arm/Makefile
mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFS
[u-boot.git] / cmd / arm / Makefile
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
This page took 0.039963 seconds and 4 git commands to generate.