linuxdebug/tools/testing/selftests/resctrl/Makefile
Ulrich Bessoh 872f2f0714 no changes
2024-07-09 16:52:29 +02:00

11 lines
202 B
Makefile

# SPDX-License-Identifier: GPL-2.0
CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2
CFLAGS += $(KHDR_INCLUDES)
TEST_GEN_PROGS := resctrl_tests
include ../lib.mk
$(OUTPUT)/resctrl_tests: $(wildcard *.[ch])