xref: /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1103b/Makefile (revision b9dcc64364a9e8c2e861cee86a555496820c46a6)
1#
2# (C) Copyright 2024 Rockchip Electronics Co., Ltd
3#
4# SPDX-License-Identifier:     GPL-2.0+
5#
6
7ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
8ifneq ($(CONFIG_SPL_BUILD)$(CONFIG_SPL_DECOMP_HEADER),yy)
9obj-y += syscon_rv1103b.o
10endif
11endif
12obj-y += rv1103b.o
13