mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-28 04:25:00 +02:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
all:
|
|
|
|
TEST_PROGS := ftracetest
|
|
TEST_FILES := test.d settings
|
|
EXTRA_CLEAN := $(OUTPUT)/logs/*
|
|
|
|
include ../lib.mk
|