summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/coredump/Makefile
blob: ed210037b29d525de05aa2bfc650e2ed68feb2a7 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS = $(KHDR_INCLUDES)

TEST_GEN_PROGS := stackdump_test
TEST_FILES := stackdump

include ../lib.mk