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