From 3d54e76b90440a732e229457147c99250cdcc75a Mon Sep 17 00:00:00 2001
From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
Date: Wed, 15 May 2013 10:44:57 +0200
Subject: [PATCH] lose superflouse -lrt CFLAG

---
 native/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/Makefile.include b/native/Makefile.include
index e7bf1c65bd..d360b2248f 100644
--- a/native/Makefile.include
+++ b/native/Makefile.include
@@ -14,7 +14,7 @@ export OBJCOPY = $(PREFIX)objcopy
 FLASHER = lpc2k_pgm
 TERM = pyterm.py
 
-LINKFLAGS = -lrt -m32
+LINKFLAGS = -m32
 
 ifeq ($(strip $(PORT)),)
 	export PORT = /dev/ttyUSB0
-- 
GitLab