Blame view

Documentation/timers/Makefile 229 Bytes
e61863099   Randy Dunlap   Documentation/tim...
1
2
3
4
  # kbuild trick to avoid linker error. Can be omitted if a module is built.
  obj- := dummy.o
  
  # List of programs to build
0a6531ebe   Randy Dunlap   Documentation/tim...
5
  hostprogs-$(CONFIG_X86) := hpet_example
e61863099   Randy Dunlap   Documentation/tim...
6
7
8
  
  # Tell kbuild to always build the programs
  always := $(hostprogs-y)