x86: qemu: Report high memory in the E820 table
[oweals/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