9 lines
177 B
Makefile
9 lines
177 B
Makefile
|
#
|
||
|
# (C) Copyright 2023 Rockchip Electronics Co., Ltd.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CMD_MEMTESTER) += memtester.o
|
||
|
obj-$(CONFIG_CMD_MEMTESTER) += tests.o
|