mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 05:05:08 +07:00
8 lines
98 B
Makefile
8 lines
98 B
Makefile
|
all:
|
||
|
|
||
|
run_tests:
|
||
|
@/bin/sh ./ftracetest || echo "ftrace selftests: [FAIL]"
|
||
|
|
||
|
clean:
|
||
|
rm -rf logs/*
|