xref: /linux/tools/testing/selftests/cachestat/Makefile (revision a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0)
1# SPDX-License-Identifier: GPL-2.0
2TEST_GEN_PROGS := test_cachestat
3
4CFLAGS += $(KHDR_INCLUDES)
5CFLAGS += -Wall
6LDLIBS += -lrt
7
8include ../lib.mk
9