Makefile 125 B

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