linux-zen-desktop/tools/testing/selftests/resctrl/Makefile

11 lines
202 B
Makefile
Raw Normal View History

2023-08-30 16:31:07 +01:00
# 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
2023-10-24 11:59:35 +01:00
$(OUTPUT)/resctrl_tests: $(wildcard *.[ch])