Modules/Tegra2Vid - Misc
[tpg/acess2.git] / Makefile.cfg
index 3ec9975..022a02e 100644 (file)
@@ -64,3 +64,10 @@ MODULES += Input/Keyboard Input/Mouse
 MODULES += IPStack     # So the other modules are loaded before it
 #DYNMODS := USB/Core
 #DYNMODS += Filesystems/InitRD
+
+# BUILD_DIST=y - Install to ./Dist
+ifneq ($(BUILD_DIST),)
+       DISTROOT := $(ACESSDIR)/Dist
+       xCP := cp
+       xMKDIR := mkdir -p
+endif

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