power: supply: bq24190_charger: Add disable-reset device-property
[linux/fpc-iii.git] / tools / testing / selftests / nsfs / Makefile
blob2306054a901a4059102eecf7d47bbab6fe1de630
1 TEST_PROGS := owner pidns
3 CFLAGS := -Wall -Werror
5 all: owner pidns
6 owner: owner.c
7 pidns: pidns.c
9 clean:
10 $(RM) owner pidns
12 include ../lib.mk