uboot/u-boot-stm32mp-2020.01/arch/arm/mach-rockchip/rk3188/Makefile

12 lines
176 B
Makefile
Raw Permalink Normal View History

2024-01-10 06:52:34 +00:00
#
# Copyright (c) 2015 Google, Inc
#
# SPDX-License-Identifier: GPL-2.0+
#
ifndef CONFIG_TPL_BUILD
obj-y += clk_rk3188.o
obj-y += rk3188.o
obj-y += syscon_rk3188.o
endif