summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:15 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:15 +0200
commit390c9283abc6dd9ea94bad9d82287f100d713822 (patch)
treee2d963f51d402854dd3089274c898d114980c163 /common/Makefile
parentbfa43fe81aa3845e0188e5d4757bf5658e24233d (diff)
downloadbarebox-390c9283abc6dd9ea94bad9d82287f100d713822.tar.gz
barebox-390c9283abc6dd9ea94bad9d82287f100d713822.tar.xz
svn_rev_031
add clocksource stuff from kernel and first implementation (imx) (WIP)
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 99f514e44b..854b085839 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -84,6 +84,7 @@ obj-y += cmd_universe.o
obj-y += exports.o
obj-y += main.o
obj-y += s_record.o
+obj-y += clock.o
# obj-y += spartan3.o
# obj-y += spartan2.o