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

11 lines
202 B
Makefile
Raw Permalink Normal View History

2023-08-30 17:31:07 +02: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 12:59:35 +02:00
$(OUTPUT)/resctrl_tests: $(wildcard *.[ch])