Usermode build system overhaul
[tpg/acess2.git] / Usermode / Makefile.cfg
diff --git a/Usermode/Makefile.cfg b/Usermode/Makefile.cfg
new file mode 100644 (file)
index 0000000..13fa0a6
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Usermode Makefile.cfg
+#
+
+# Include Root Makefile.cfg
+-include $(dir $(lastword $(MAKEFILE_LIST)))../Makefile.cfg
+
+
+# Set variables
+# > Usermode directory
+ACESSUSERDIR := $(ACESSDIR)/Usermode/
+# > Output directory for build binaries
+OUTPUTDIR := $(ACESSUSERDIR)Output/$(ARCH)/
+

UCC git Repository :: git.ucc.asn.au