xref: /kernel/linux/linux-6.6/tools/testing/selftests/resctrl/Makefile (revision 62306a36)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
1# SPDX-License-Identifier: GPL-2.0
2
3CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE
4CFLAGS += $(KHDR_INCLUDES)
5
6TEST_GEN_PROGS := resctrl_tests
7
8include ../lib.mk
9
10$(OUTPUT)/resctrl_tests: $(wildcard *.[ch])
11

Indexes created Thu Nov 07 10:32:03 CST 2024