summaryrefslogtreecommitdiff
path: root/src/user/app/common.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/common.make')
-rw-r--r--src/user/app/common.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/user/app/common.make b/src/user/app/common.make
new file mode 100644
index 0000000..6e1c78f
--- /dev/null
+++ b/src/user/app/common.make
@@ -0,0 +1,6 @@
+ExtObj = $(SrcPath)/user/lib/libc/_libc.o
+
+include $(SrcPath)/common.make
+
+CFLAGS += -I $(SrcPath)/include -I $(SrcPath)/user/lib/libc/include
+LDFLAGS += -T $(SrcPath)/user/link.ld