comparison 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
comparison
equal deleted inserted replaced
2709:f0312e88ccf2 2710:ab3a2531c000
1 PORT = coco 1 PORT = atari
2 include $(NITROS9DIR)/rules.mak 2 include $(NITROS9DIR)/rules.mak
3 3
4 vpath %.asm $(LEVEL1)/modules/kernel 4 vpath %.asm $(LEVEL1)/modules/kernel
5 5
6 DEPENDS = ./makefile 6 DEPENDS = ./makefile
7 7
8 KERNEL = krn 8 KERNEL = krn
9 KERNELP2 = krnp2 9 KERNELP2 = krnp2
10 SYSCALLS = fcmpnam.asm fprsnam.asm 10 SYSCALLS = fcmpnam.asm fprsnam.asm
11 11
12 AFLAGS += -DATARI=1 -I$(LEVEL1)/modules/kernel 12 AFLAGS += -I$(LEVEL1)/modules/kernel
13 13
14 ALLOBJS = $(KERNEL) $(KERNELP2) 14 ALLOBJS = $(KERNEL) $(KERNELP2)
15 15
16 all: $(ALLOBJS) 16 all: $(ALLOBJS)
17 17