aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/timers/Makefile
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-10-28 00:15:57 +0200
committerMichal Marek <mmarek@suse.cz>2010-10-28 00:15:57 +0200
commitb74b953b998bcc2db91b694446f3a2619ec32de6 (patch)
tree6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /Documentation/timers/Makefile
parentabb438526201c6a79949ad45375c051b6681c253 (diff)
parentf6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff)
downloadkernel_samsung_smdk4412-b74b953b998bcc2db91b694446f3a2619ec32de6.zip
kernel_samsung_smdk4412-b74b953b998bcc2db91b694446f3a2619ec32de6.tar.gz
kernel_samsung_smdk4412-b74b953b998bcc2db91b694446f3a2619ec32de6.tar.bz2
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c (commit eda603f).
Diffstat (limited to 'Documentation/timers/Makefile')
-rw-r--r--Documentation/timers/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/timers/Makefile b/Documentation/timers/Makefile
new file mode 100644
index 0000000..73f75f8
--- /dev/null
+++ b/Documentation/timers/Makefile
@@ -0,0 +1,8 @@
+# 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)