xref: /linux/tools/testing/selftests/ring-buffer/Makefile (revision eb36e520f4f1b690fd776f15cbac452f82ff7bfa)
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -Wl,-no-as-needed -Wall
3CFLAGS += $(KHDR_INCLUDES)
4CFLAGS += -D_GNU_SOURCE
5
6TEST_GEN_PROGS = map_test
7
8include ../lib.mk
9