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