1subdir-y := configfs 2 3# List of programs to build 4hostprogs-y := dnotify_test 5 6# Tell kbuild to always build the programs 7always := $(hostprogs-y) 8