mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
12 lines
190 B
Makefile
12 lines
190 B
Makefile
|
# Makefile for kmod loading selftests
|
||
|
|
||
|
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
|
||
|
all:
|
||
|
|
||
|
TEST_PROGS := kmod.sh
|
||
|
|
||
|
include ../lib.mk
|
||
|
|
||
|
# Nothing to clean up.
|
||
|
clean:
|