Merge tag 'drm-misc-fixes-2020-07-02' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-2.6-microblaze.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