X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Makefile.cfg;h=022a02ef573eb705a4711817ffb39f28f401e64a;hb=312bdfe970c88089509e12f3b0a98b8ace48dac1;hp=3ec9975e0f3bf67edc68f4baeca114fb8ba9b50b;hpb=2103edc7b67600818930793851b57e3583f73954;p=tpg%2Facess2.git diff --git a/Makefile.cfg b/Makefile.cfg index 3ec9975e..022a02ef 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -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