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