6db4831e98
Android 14
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:
|