1# kbuild trick to avoid linker error. Can be omitted if a module is built.2obj-:=dummy.o34# List of programs to build5hostprogs-y:=dnotify_test
67# Tell kbuild to always build the programs8always:=$(hostprogs-y)
v4.6
1# List of programs to build2hostprogs-y:=dnotify_test
34# Tell kbuild to always build the programs5always:=$(hostprogs-y)