]> Git Repo - u-boot.git/blob - cmd/arm/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[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.031843 seconds and 4 git commands to generate.