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