blob: 9111ff5175435fb33510263130ccfbfc4ddc7adf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Out = _user.o
Obj = tce/syscall.o std/_dlmalloc.o \
std/stdio.o std/stdlib.o std/string.o std/sched.o \
start.o
include $(SrcPath)/common.make
CFLAGS += -I$(SrcPath)/include -I$(SrcPath)/user/lib/include
LDFLAGS += -r
|