summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ring-buffer/Makefile
blob: 23605782639eab5d831e938e13b5da79c8235dcc (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -Wl,-no-as-needed -Wall
CFLAGS += $(KHDR_INCLUDES)

TEST_GEN_PROGS = map_test

include ../lib.mk