Usermode - Changed install dir to $(DISTROOT)/$(ARCH) for cross-installs
[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
9 # Set variables
10 # > Usermode directory
11 ACESSUSERDIR := $(ACESSDIR)/Usermode/
12 # > Output directory for build binaries
13 OUTPUTDIR := $(ACESSUSERDIR)Output/$(ARCH)/
14 # > Distroot
15 DISTROOT := $(DISTROOT)/$(ARCH)
16

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