xref: /rk3399_rockchip-uboot/test/rockchip/Makefile (revision df3e17bde5d906390f6d5e02dbf8b10007e161bb)
1#
2# (C) Copyright 2017 Rockchip Electronics Co., Ltd.
3#
4# SPDX-License-Identifier:     GPL-2.0+
5#
6
7obj-y += test-rockchip.o
8obj-y += test-timer.o
9obj-y += test-key.o
10obj-y += test-emmc.o
11obj-y += test-regulator.o
12obj-y += test-rknand.o
13obj-$(CONFIG_GMAC_ROCKCHIP) += test-eth.o
14obj-$(CONFIG_RK_IR) += test-ir.o
15obj-y += test-brom-dnl.o
16