1# 2# Copyright (c) 2014 Google, Inc 3# 4# SPDX-License-Identifier: GPL-2.0+ 5# 6 7ifdef CONFIG_SPL_BUILD 8obj-y += board-spl.o 9else 10obj-y += board.o 11endif 12obj-y += common.o 13obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/ 14