Sign in
gbmc
/
linux
/
a6099f263e1f408bcc7913c9df24b0677164fc5d
/
.
/
tools
/
testing
/
selftests
/
coredump
/
Makefile
blob: 77b3665c73c7c8dc7e7f9b45a3a9634cb4618ccf [
file
]
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS
+=
-
Wall
-
O0
-
g $
(
KHDR_INCLUDES
)
$
(
TOOLS_INCLUDES
)
TEST_GEN_PROGS
:=
stackdump_test
TEST_FILES
:=
stackdump
include
../
lib
.
mk