]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - tools/testing/selftests/nsfs/Makefile
Merge branches 'pm-domains', 'pm-docs' and 'pm-devfreq'
[mirror_ubuntu-zesty-kernel.git] / tools / testing / selftests / nsfs / Makefile
1 TEST_PROGS := owner pidns
2
3 CFLAGS := -Wall -Werror
4
5 all: owner pidns
6 owner: owner.c
7 pidns: pidns.c
8
9 clean:
10 $(RM) owner pidns
11
12 include ../lib.mk