xref: /openbmc/linux/tools/testing/selftests/resctrl/Makefile (revision b181f7029bd71238ac2754ce7052dffd69432085)
168c48449SShaopeng Tan# SPDX-License-Identifier: GPL-2.0
268c48449SShaopeng Tan
3e775994fSIlpo JärvinenCFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE
4b733143cSShaopeng TanCFLAGS += $(KHDR_INCLUDES)
5591a6e85SSai Praneeth Prakhya
6b733143cSShaopeng TanTEST_GEN_PROGS := resctrl_tests
7ecdbb911SFenghua Yu
8*38107919SJohn HubbardLOCAL_HDRS += $(wildcard *.h)
9*38107919SJohn Hubbard
10b733143cSShaopeng Taninclude ../lib.mk
11591a6e85SSai Praneeth Prakhya
12*38107919SJohn Hubbard$(OUTPUT)/resctrl_tests: $(wildcard *.c)
13