xref: /aosp_15_r20/external/ltp/testcases/kernel/pty/Makefile (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (C) 2009, Cisco Systems Inc.
3# Ngie Cooper, July 2009
4
5top_srcdir		?= ../../..
6
7include $(top_srcdir)/include/mk/testcases.mk
8
9pty03 pty05 pty06 pty07: CFLAGS += -pthread
10pty03 pty05 pty06 pty07: LDLIBS += -lrt
11
12include $(top_srcdir)/include/mk/generic_leaf_target.mk
13