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

8 lines
103 B
Makefile
Raw Normal View History

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