diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-24 10:35:19 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-24 10:35:19 +0100 |
commit | 965df7faefabdd5f571b5eb46d45470223c91e12 (patch) | |
tree | b7502742236c8e65279a4a472c8e82b5e5b289c0 /Makefile | |
parent | e46ea682c1aa214ccb59c9871914993c9375e5c2 (diff) |
Adding sbrk, and fixing a couple of other makefile problems.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |