view level1/dalpha/modules/kernel/makefile @ 2828:999159b0e7c0 lwtools-port

retooled port makefiles
author boisy
date Sun, 26 May 2013 15:39:03 -0500
parents 46aa4db8204e
children e4a0f58a5f9b
line wrap: on
line source

PORT = dalpha
include $(NITROS9DIR)/rules.mak

vpath %.asm $(LEVEL1)/modules/kernel

AFLAGS		+= -I$(LEVEL1)/modules/kernel
DEPENDS		= ./makefile

KERNEL		= krn
KERNELP2	= krnp2
SYSCALLS	= fcmpnam.asm fprsnam.asm

ALLOBJS		= $(KERNEL) $(KERNELP2)

all:	$(ALLOBJS)

$(KERNEL):	krn.asm $(SYSCALLS)

$(KERNELP2):	krnp2.asm $(SYSCALLS)

clean:
	$(RM) $(ALLOBJS)

showobjs:
	@$(ECHO) $(ALLOBJS)

showcopyobjs:
	@$(ECHO) $(COPYOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)