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