xref: /aosp_15_r20/external/ltp/testcases/kernel/syscalls/gettid/Makefile (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copied from ../getpid/Makefile by Masatake YAMATO
3#
4###
5#
6#  Copyright (c) International Business Machines  Corp., 2001
7
8top_srcdir		?= ../../../..
9
10include $(top_srcdir)/include/mk/testcases.mk
11
12ifeq ($(ANDROID), 1)
13FILTER_OUT_MAKE_TARGETS	+= gettid01 gettid02
14endif
15
16gettid02: LDLIBS += -lpthread
17
18include $(top_srcdir)/include/mk/generic_leaf_target.mk
19