8f56bc1de2
Add port of the sdbench utility from PX4-Autopilot: https://github.com/PX4/PX4-Autopilot This tool is useful for evaluating and testing peformance of SD cards, block devices or mount points.
11 lines
274 B
Makefile
11 lines
274 B
Makefile
include $(APPDIR)/Make.defs
|
|
|
|
PROGNAME = $(CONFIG_TESTING_SD_BENCH_PROGNAME)
|
|
PRIORITY = $(CONFIG_TESTING_SD_BENCH_PRIORITY)
|
|
STACKSIZE = $(CONFIG_TESTING_SD_BENCH_STACKSIZE)
|
|
MODULE = $(CONFIG_TESTING_SD_BENCH)
|
|
|
|
MAINSRC = sd_bench_main.c
|
|
|
|
include $(APPDIR)/Application.mk
|