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