xref: /linux/tools/testing/selftests/tty/Makefile (revision e83f8dd668eaf18f408169e1006f61dc5ebaa00e)
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS = -O2 -Wall
3TEST_GEN_PROGS := tty_tstamp_update tty_tiocsti_test
4LDLIBS += -lcap
5
6include ../lib.mk
7
8# Add libcap for TIOCSTI test
9$(OUTPUT)/tty_tiocsti_test: LDLIBS += -lcap
10