aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/cachestat/Makefile
blob: 778b54ebb0364d9d556d2b146fabb6b1b6630b29 (plain) (blame)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
TEST_GEN_PROGS := test_cachestat

CFLAGS += $(KHDR_INCLUDES)
CFLAGS += -Wall
LDLIBS += -lrt

include ../lib.mk