summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tdx/Makefile
blob: 8dd43517cd55d31c353cf2929727d99789c8e05a (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0

CFLAGS += -O3 -Wl,-no-as-needed -Wall -static

TEST_GEN_PROGS := tdx_guest_test

include ../lib.mk