xref: /linux/tools/testing/selftests/tty/Makefile (revision caa20e9e155b9d2afcf658e2909659c0be45ec12)
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