summaryrefslogtreecommitdiff
path: root/src/user/lib/Makefile
blob: ff916bf6e5272b0fc11ab0f066aa615bf4b36770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Out = _user.o
Obj = tce/syscall.o std/_dlmalloc.o \
	  std/stdio.o std/stdlib.o \
	  start.o
ExtObj = $(SrcPath)/common/_common.o

include $(SrcPath)/common.make

CFLAGS +=  -I$(SrcPath)/common/include -I$(SrcPath)/user/lib/include

LDFLAGS += -r