License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / tools / testing / selftests / capabilities / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 TEST_GEN_FILES := validate_cap
3 TEST_GEN_PROGS := test_execve
4
5 CFLAGS += -O2 -g -std=gnu99 -Wall
6 LDLIBS += -lcap-ng -lrt -ldl
7
8 include ../lib.mk
9