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/yosh/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/user/app/yosh/Makefile (limited to 'src/user/app/yosh/Makefile') diff --git a/src/user/app/yosh/Makefile b/src/user/app/yosh/Makefile new file mode 100644 index 0000000..bf55ce1 --- /dev/null +++ b/src/user/app/yosh/Makefile @@ -0,0 +1,6 @@ +Obj = main.o +Out = yosh.elf + +include $(SrcPath)/user/app/fwik.make + +LDFLAGS += -Map yosh.map -- cgit v1.2.3