5 lines
173 B
Makefile
5 lines
173 B
Makefile
obj-$(CONFIG_CMD_MEMTESTER) += tests.o
|
|
obj-$(CONFIG_CMD_MEMTESTER) += memtester.o
|
|
obj-$(CONFIG_CMD_MEMTESTER) += io_map.o
|
|
obj-$(CONFIG_CMD_MEMTESTER) += ddr_tester_common.o
|