diff options
Diffstat (limited to 'Documentation/timers/Makefile')
-rw-r--r-- | Documentation/timers/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/timers/Makefile b/Documentation/timers/Makefile deleted file mode 100644 index 73f75f8a87d..00000000000 --- a/Documentation/timers/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# kbuild trick to avoid linker error. Can be omitted if a module is built. -obj- := dummy.o - -# List of programs to build -hostprogs-$(CONFIG_X86) := hpet_example - -# Tell kbuild to always build the programs -always := $(hostprogs-y) |