allwinner_a64/android/external/linux-kselftest/tools/testing/selftests/watchdog/Makefile
2018-08-08 16:14:42 +08:00

8 lines
97 B
Makefile

TEST_PROGS := watchdog-test
all: $(TEST_PROGS)
include ../lib.mk
clean:
rm -fr $(TEST_PROGS)