diff level1/atari/modules/kernel/makefile @ 2710:ab3a2531c000 lwtools-port

Fixed makefiles and assembly for ATARI port
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 24 Jul 2012 10:00:38 -0500
parents 53c42701f680
children 28ed72477814
line wrap: on
line diff
--- a/level1/atari/modules/kernel/makefile	Sun Jul 22 19:41:24 2012 -0500
+++ b/level1/atari/modules/kernel/makefile	Tue Jul 24 10:00:38 2012 -0500
@@ -1,4 +1,4 @@
-PORT = coco
+PORT = atari
 include $(NITROS9DIR)/rules.mak
 
 vpath %.asm $(LEVEL1)/modules/kernel
@@ -9,7 +9,7 @@
 KERNELP2	= krnp2
 SYSCALLS	= fcmpnam.asm fprsnam.asm
 
-AFLAGS		+= -DATARI=1 -I$(LEVEL1)/modules/kernel
+AFLAGS		+= -I$(LEVEL1)/modules/kernel
 
 ALLOBJS		= $(KERNEL) $(KERNELP2)