accel/qaic: Add AIC200 support
[drm/drm-misc.git] / tools / testing / selftests / resctrl / Makefile
blobf408bd6bfc3d439c2a5353cde492c794ba7007d8
1 # SPDX-License-Identifier: GPL-2.0
3 CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2
4 CFLAGS += $(KHDR_INCLUDES)
6 TEST_GEN_PROGS := resctrl_tests
8 LOCAL_HDRS += $(wildcard *.h)
10 include ../lib.mk
12 $(OUTPUT)/resctrl_tests: $(wildcard *.c)