xref: /rk3399_rockchip-uboot/common/smp/Makefile (revision c8147680fd339fa5809a50b88948aa324a822bfa)
1#
2# (C) Copyright 2021 Rockchip Electronics Co., Ltd
3#
4# SPDX-License-Identifier:     GPL-2.0+
5#
6
7ifdef CONFIG_ARM64
8obj-y += generic_smp64.o
9endif
10