]> Git Repo - u-boot.git/blob - cmd/arm/Makefile
gpio: dwapb_gpio: convert to livetree
[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.031029 seconds and 4 git commands to generate.