swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: b787f68c36d49bb1d9236f403813641efa74a031 authored by Linus Torvalds on 27 April 2015, 00:59:10 UTC
Linux 4.1-rc1
Tip revision: b787f68
Makefile
subdir-y := configfs

# List of programs to build
hostprogs-y := dnotify_test

# Tell kbuild to always build the programs
always := $(hostprogs-y)
back to top