view level1/modules/kernel/makefile @ 1453:5dbf908c1483

Kernel and KernelP2 moved to krnl/
author boisy
date Thu, 11 Dec 2003 23:47:53 +0000
parents
children cc2d2a033ced
line wrap: on
line source

include ../../../rules.mak

DEPENDS		= ./makefile

KERNEL		= kernel
KERNELP2	= kernelp2
SYSCALLS	= fcmpnam.asm fprsnam.asm

ALLOBJS		= $(KERNEL) $(KERNELP2)

all:	$(ALLOBJS)

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

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

clean:
	$(RM) $(ALLOBJS)

showobjs:
	@$(ECHO) $(ALLOBJS)

showcopyobjs:
	@$(ECHO) $(COPYOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)