blob: abe03a88a6f8846001b7ea5eca09a5296cc173ae [file] [log] [blame]
Simon Glass2444dae2015-08-30 16:55:38 -06001#
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
huang lincc2244b2015-11-17 14:20:09 +080013obj-y += rk_timer.o
Simon Glass2444dae2015-08-30 16:55:38 -060014obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/