blob: 14a54212adfd4bb177b882b9e22bcd30dc62f8bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Out = _libc.o
Obj = tce/syscall.o std/_dlmalloc.o \
std/stdio.o std/stdlib.o std/string.o std/sched.o std/readline.o \
start.o
include $(SrcPath)/common.make
CFLAGS += -I$(SrcPath)/include -I$(SrcPath)/user/lib/libc/include -Wno-error=unused-variable
LDFLAGS += -r
|