Bugfixes, Cleanup and Rewite started on UDI interface
[tpg/acess2.git] / Makefile.cfg
index 57adb85..da612a9 100644 (file)
@@ -10,12 +10,26 @@ RM = @rm -f
 STRIP = strip
 MKDIR = mkdir
 RMDIR = rm -rf
+lCP = cp
+xCP = mcopy -D o
+xMKDIR = mmd
+xRMDIR = mdeltree
+xRM = mdel
 
-ARCH = i386
-ARCHDIR = x86
+ifeq ($(ARCH),)
+       ARCH = i386
+endif
+ifeq ($(ARCHDIR),)
+       ARCHDIR = x86
+endif
 
-DRIVERS = ata_x86 ne2000
-# fdd
+FILESYSTEMS = fat
+DRIVERS = ata_x86
+MODULES = FS_Ext2 FDD NE2000 BochsGA IPStack
+DYNMODS = USB
+# UDI
 
-DISTROOT = /mnt/AcessHDD/Acess2
-ACESSDIR = /home/hodgeja/Projects/Acess2
+#DISTROOT = /mnt/AcessHDD/Acess2
+#DISTROOT = ~/Projects/Acess2/Filesystem
+DISTROOT = a:/Acess2
+ACESSDIR = /home/tpg/Projects/Acess2

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