xref: /linux/tools/testing/selftests/ring-buffer/Makefile (revision ff9a79307f89563da6d841da8b7cc4a0afceb0e2)
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