From 499ca6c243b05da176a2d4bd9a2317f0b28afc7f Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 19 May 2012 11:45:49 +0200 Subject: Introducing FWIK, the userland C++ framework. Far from complete. --- src/user/app/fwik.make | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/user/app/fwik.make (limited to 'src/user/app/fwik.make') diff --git a/src/user/app/fwik.make b/src/user/app/fwik.make new file mode 100644 index 0000000..292440d --- /dev/null +++ b/src/user/app/fwik.make @@ -0,0 +1,6 @@ +ExtObj = $(SrcPath)/user/lib/fwik/_fwik.o + +include $(SrcPath)/common.make + +CFLAGS += -I $(SrcPath)/include -I $(SrcPath)/user/lib/libc/include -I $(SrcPath)/user/lib/fwik/include +LDFLAGS += -T $(SrcPath)/user/link.ld -- cgit v1.2.3