11 lines
199 B
Makefile
Raw Normal View History

2022-09-09 14:21:57 +05:00
# SPDX-License-Identifier: GPL-2.0
2022-04-02 18:24:21 +05:00
2022-09-09 14:21:57 +05:00
CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2
CFLAGS += $(KHDR_INCLUDES)
2022-04-02 18:24:21 +05:00
2022-09-09 14:21:57 +05:00
TEST_GEN_PROGS := resctrl_tests
2022-04-02 18:24:21 +05:00
2022-09-09 14:21:57 +05:00
include ../lib.mk
2022-04-02 18:24:21 +05:00
2022-09-09 14:21:57 +05:00
$(OUTPUT)/resctrl_tests: $(wildcard *.c)