2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 12:43:55 +08:00
linux-next/tools/testing/selftests/ftrace/Makefile

8 lines
93 B
Makefile
Raw Normal View History

all:
TEST_PROGS := ftracetest
TEST_FILES := test.d
EXTRA_CLEAN := logs/*
include ../lib.mk