Bugfixes, Cleanup and Rewite started on UDI interface
[tpg/acess2.git] / Makefile.cfg
index 65d3fa0..da612a9 100644 (file)
@@ -8,8 +8,28 @@ AS = nasm
 OBJDUMP = objdump
 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
 
-DISTROOT = /mnt/AcessHDD/Acess2
+FILESYSTEMS = fat
+DRIVERS = ata_x86
+MODULES = FS_Ext2 FDD NE2000 BochsGA IPStack
+DYNMODS = USB
+# UDI
+
+#DISTROOT = /mnt/AcessHDD/Acess2
+#DISTROOT = ~/Projects/Acess2/Filesystem
+DISTROOT = a:/Acess2
+ACESSDIR = /home/tpg/Projects/Acess2

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