blob: a4d68e7b12354ee1b0908504d4e3dbed40c8e558 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Out = _user.o
Obj = tce/syscall.o tce/mem.o \
std/mutex.o std/stdio.o \
start.o
ExtObj = $(SrcPath)/common/_common.o
include $(SrcPath)/common.make
CFLAGS = -I$(SrcPath)/common/include -I$(SrcPath)/user/lib/include
LDFLAGS += -r
|