Makefile 147 B

12345678
  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)