aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/nci/Makefile
blob: 47669a1d6a5982a6a2da718af3c4571cbac594d4 (plain) (blame)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -Wl,-no-as-needed -Wall
LDFLAGS += -lpthread

TEST_GEN_PROGS := nci_dev
include ../lib.mk