From 5cac9acd3aedc8043d4272d93c56805c46ff6214 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 1 May 2012 12:20:45 +0200 Subject: Some cleanup ; relocated the kernel at 0xC0000000 --- src/user/lib/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/user/lib/Makefile (limited to 'src/user/lib/Makefile') diff --git a/src/user/lib/Makefile b/src/user/lib/Makefile new file mode 100644 index 0000000..a4d68e7 --- /dev/null +++ b/src/user/lib/Makefile @@ -0,0 +1,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 + -- cgit v1.2.3