Merge branch 'master' of git://cadel.mutabah.net/acess2
[tpg/acess2.git] / Usermode / Makefile.cfg
1 #
2 # Usermode Makefile.cfg
3 #
4
5 # Include Root Makefile.cfg
6 -include $(dir $(lastword $(MAKEFILE_LIST)))../Makefile.cfg
7
8 # Set variables
9 # > Usermode directory
10 ACESSUSERDIR := $(ACESSDIR)/Usermode/
11 # > Output directory for build binaries
12 OUTPUTDIR := $(ACESSUSERDIR)Output/$(ARCH)/
13 # > Distroot
14 DISTROOT := $(DISTROOT)/$(ARCH)
15
16

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