]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-rockchip/Makefile
rockchip: add early uart driver
[people/ms/u-boot.git] / arch / arm / mach-rockchip / Makefile
1 #
2 # Copyright (c) 2014 Google, Inc
3 #
4 # SPDX-License-Identifier: GPL-2.0+
5 #
6
7 ifdef CONFIG_SPL_BUILD
8 obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288-board-spl.o
9 else
10 obj-y += board.o
11 endif
12 obj-y += rk_timer.o
13 obj-y += rk_early_print.o
14 obj-$(CONFIG_$(SPL_)ROCKCHIP_COMMON) += common.o
15 obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/