# | |
# Copyright (c) 2014 Google, Inc | |
# | |
# SPDX-License-Identifier: GPL-2.0+ | |
# | |
ifdef CONFIG_SPL_BUILD | |
obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288-board-spl.o | |
else | |
obj-y += board.o | |
endif | |
obj-y += common.o | |
obj-y += rk_timer.o | |
obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/ |