cmd: add exception command
[oweals/u-boot.git] / cmd / arm / Makefile
diff --git a/cmd/arm/Makefile b/cmd/arm/Makefile
new file mode 100644 (file)
index 0000000..94367dc
--- /dev/null
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+ifdef CONFIG_ARM64
+obj-$(CONFIG_CMD_EXCEPTION) += exception64.o
+else
+obj-$(CONFIG_CMD_EXCEPTION) += exception.o
+endif