1# 2# (C) Copyright 2019 Rockchip Electronics Co., Ltd. 3# 4# SPDX-License-Identifier: GPL-2.0+ 5# 6 7obj-y += test-rockchip.o 8obj-y += test-boot.o 9obj-y += test-download.o 10ifdef CONFIG_RKIMG_BOOTLOADER 11obj-y += test-display.o 12obj-y += test-misc.o 13endif 14obj-y += test-net.o 15obj-y += test-power.o 16obj-y += test-storage.o 17