Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
authorJohn Hodge <[email protected]>
Wed, 3 Oct 2012 05:37:10 +0000 (13:37 +0800)
committerJohn Hodge <[email protected]>
Wed, 3 Oct 2012 05:37:10 +0000 (13:37 +0800)
1  2 
Makefile.cfg

diff --combined Makefile.cfg
@@@ -2,14 -2,14 +2,14 @@@
  # Acess2 Build Configuration
  #
  
 +ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
 +ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
 +
  # Install destination configuration
 -DISTROOT := a:/Acess2
 +DISTROOT := -i $(ACESSDIR)/Acess2.img ::/Acess2
  xCP := mcopy -D o
  xMKDIR := mmd -D s
  
 -ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
 -ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
 -
  -include $(ACESSDIR)/Makefile.Version.cfg
  
  # Default build programs
@@@ -51,6 -51,7 +51,7 @@@ endi
  DRIVERS := 
  MODULES :=
  
+ MODULES += Filesystems/RAMDisk
  MODULES += Filesystems/Ext2
  MODULES += Filesystems/FAT
  MODULES += Filesystems/NTFS

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