mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-13 19:54:56 +02:00
8 lines
155 B
Makefile
8 lines
155 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
ifdef CONFIG_ARM64
|
|
obj-$(CONFIG_CMD_EXCEPTION) += exception64.o
|
|
else
|
|
obj-$(CONFIG_CMD_EXCEPTION) += exception.o
|
|
endif
|