aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/io_cancel/Makefile
blob: ce4f13b72ba15fccb6978c8b17fa1f0e25d359ee (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) International Business Machines  Corp., 2001

top_srcdir		?= ../../../..

include $(top_srcdir)/include/mk/testcases.mk

LDLIBS			+= $(AIO_LIBS)

include $(top_srcdir)/include/mk/generic_leaf_target.mk