1# SPDX-License-Identifier: GPL-2.0-or-later 2# testcases/kernel/syscalls Makefile. 3# 4# Copyright (C) 2009, Cisco Systems Inc. 5# 6# Ngie Cooper, July 2009 7# 8 9top_srcdir ?= ../../.. 10 11include $(top_srcdir)/include/mk/env_pre.mk 12 13ifeq ($(UCLIBC),1) 14FILTER_OUT_DIRS += profil 15endif 16 17ifeq ($(ANDROID), 1) 18FILTER_OUT_DIRS += \ 19 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \ 20 getdomainname getdtablesize gethostid getgroups get_mempolicy ipc \ 21 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \ 22 mq_timedsend mq_unlink mmap mremap open openat profil ptrace quotactl \ 23 readahead remap_file_pages rt_sigsuspend rt_sigtimedwait \ 24 sched_getaffinity sched_setaffinity sendmsg setgroups setns sighold \ 25 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \ 26 setdomainname sethostname symlinkat ulimit ustat vfork vhangup vmsplice 27endif 28 29include $(top_srcdir)/include/mk/generic_trunk_target.mk 30