summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mseal_system_mappings/Makefile
blob: 2b4504e2f52f679c494c2b9e081965d80a0e0c59 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)

TEST_GEN_PROGS := sysmap_is_sealed

include ../lib.mk