xref: /rk3399_rockchip-uboot/common/smp/Makefile (revision 52b63459c45057f38ced0af49d165d3ef01f55d9)
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