kernel_samsung_a53x/drivers/mtd/tests
Arnd Bergmann 5de893b5e4 mtd: make mtd_test.c a separate module
[ Upstream commit a5cf054d325e6f362e82fe6d124a1871a4af8174 ]

This file gets linked into nine different modules, which causes a warning:

scripts/Makefile.build:236: drivers/mtd/tests/Makefile: mtd_test.o is added to multiple modules: mtd_nandbiterrs mtd_oobtest mtd_pagetest mtd_readtest mtd_speedtest mtd_stresstest mtd_subpagetest mtd_torturetest

Make it a separate module instead.

Fixes: a995c792280d ("mtd: tests: rename sources in order to link a helper object")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240529095049.1915393-1-arnd@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-23 23:20:10 +01:00
..
Makefile mtd: make mtd_test.c a separate module 2024-11-23 23:20:10 +01:00
mtd_nandecctest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mtd_test.c mtd: make mtd_test.c a separate module 2024-11-23 23:20:10 +01:00
mtd_test.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nandbiterrs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
oobtest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pagetest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
readtest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
speedtest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stresstest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
subpagetest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
torturetest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00