summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/alloc_tag/Makefile
blob: c4637f69e9c21e9ea9281f8f9f92349a66d642d2 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0

TEST_GEN_PROGS := allocinfo_ioctl_test

CFLAGS += -Wall
CFLAGS += $(KHDR_INCLUDES)

include ../lib.mk