power: supply: bq24190_charger: Add disable-reset device-property
[linux/fpc-iii.git] / tools / testing / selftests / capabilities / Makefile
blob008602aed9209237254ca334a0a745f06c0888c4
1 TEST_FILES := validate_cap
2 TEST_PROGS := test_execve
4 BINARIES := $(TEST_FILES) $(TEST_PROGS)
6 CFLAGS += -O2 -g -std=gnu99 -Wall
7 LDLIBS += -lcap-ng -lrt -ldl
9 all: $(BINARIES)
11 clean:
12 $(RM) $(BINARIES)
14 include ../lib.mk