summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-i386/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-01-12 11:15:43 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-14 10:06:16 +0100
commitc3a99ec501b19372e52a63c9787e7b6f916552a1 (patch)
tree5f448a86ef54dfdf3e52a8d8755afe706b7c0147 /arch/x86/mach-i386/Makefile
parent46348b5d65ce6911b9d936f684828b2760cf2a14 (diff)
downloadbarebox-c3a99ec501b19372e52a63c9787e7b6f916552a1.tar.gz
barebox-c3a99ec501b19372e52a63c9787e7b6f916552a1.tar.xz
Bring in the time reference for the x86 platforms
This code uses the always (hopefully) existing PIT device to get the time reference for barebox. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86/mach-i386/Makefile')
-rw-r--r--arch/x86/mach-i386/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/mach-i386/Makefile b/arch/x86/mach-i386/Makefile
index 49ed10ff54..10712e6a3b 100644
--- a/arch/x86/mach-i386/Makefile
+++ b/arch/x86/mach-i386/Makefile
@@ -1,2 +1,5 @@
obj-y += generic.o
obj-y += reset.o
+
+# reference clocksource
+obj-y += pit_timer.o