Makefile 147 B

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