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 14endif 15 16include $(top_srcdir)/include/mk/generic_leaf_target.mk 17