Merge tag 'for-6.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[sfrench/cifs-2.6.git] / tools / testing / selftests / resctrl / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2
4 CFLAGS += $(KHDR_INCLUDES)
5
6 TEST_GEN_PROGS := resctrl_tests
7
8 include ../lib.mk
9
10 $(OUTPUT)/resctrl_tests: $(wildcard *.[ch])