summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/config.mk
diff options
context:
space:
mode:
authorMatthias Weisser <weisserm@arcor.de>2011-11-29 12:16:40 +0100
committerMike Frysinger <vapier@gentoo.org>2011-12-10 17:54:04 -0500
commitd99a6874f5397955e1d6cb3098ab274d0836109f (patch)
tree437afdf789a66e6bb05edacce7c4bcdfe2cd5641 /arch/sandbox/config.mk
parent21899b10850b8ba155b16038fac5dd8d98214842 (diff)
downloadtalos-obmc-uboot-d99a6874f5397955e1d6cb3098ab274d0836109f.tar.gz
talos-obmc-uboot-d99a6874f5397955e1d6cb3098ab274d0836109f.zip
sandbox: Add timer simulation
Making sleep command work Signed-off-by: Matthias Weisser <weisserm@arcor.de> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/sandbox/config.mk')
-rw-r--r--arch/sandbox/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/config.mk b/arch/sandbox/config.mk
index ab330265e6..2ec1bb772b 100644
--- a/arch/sandbox/config.mk
+++ b/arch/sandbox/config.mk
@@ -18,3 +18,4 @@
# MA 02111-1307 USA
PLATFORM_CPPFLAGS += -DCONFIG_SANDBOX -D__SANDBOX__
+PLATFORM_LIBS += -lrt
OpenPOWER on IntegriCloud