13 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=24CFLAGS += $(KHDR_INCLUDES)5 6TEST_GEN_PROGS := resctrl_tests7 8LOCAL_HDRS += $(wildcard *.h)9 10include ../lib.mk11 12$(OUTPUT)/resctrl_tests: $(wildcard *.c)13