Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / cachestat / Makefile
blob778b54ebb0364d9d556d2b146fabb6b1b6630b29
1 # SPDX-License-Identifier: GPL-2.0
2 TEST_GEN_PROGS := test_cachestat
4 CFLAGS += $(KHDR_INCLUDES)
5 CFLAGS += -Wall
6 LDLIBS += -lrt
8 include ../lib.mk