summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-24 10:35:19 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-24 10:35:19 +0100
commit965df7faefabdd5f571b5eb46d45470223c91e12 (patch)
treeb7502742236c8e65279a4a472c8e82b5e5b289c0 /Makefile
parente46ea682c1aa214ccb59c9871914993c9375e5c2 (diff)
Adding sbrk, and fixing a couple of other makefile problems.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6670cb7..8de95f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGET = demo.bin
-LIBS = -LFreeRTOS -Larch -Los -lFreeRTOS -larch -los
+LIBS = FreeRTOS/libFreeRTOS.a arch/libarch.a -lc os/libos.a
export ROOTDIR = $(CURDIR)