[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / prex / sys

File: [local] / prex / sys / Makefile (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 19 12:46:56 2008 UTC (15 years, 8 months ago) by nbrk
Branch: KOHSUKE
CVS Tags: PREX_0_8_BASE
Changes since 1.1: +0 -0 lines

Initial import of Prex, Portable Real-time Embedded POSIX microkernel system.
I have totally new directions in my development (more focused on real hardware, not virtual one).

Old hacks are available in prex-old module. They will be carefully re-designed and merged soon.

include $(SRCDIR)/mk/own.mk

TARGET=		prex
TYPE=		KERNEL
SUBDIR=		lib arch kern mem ipc sync
OBJS=		./arch/$(ARCH)/$(PLATFORM)/platform.o \
		./kern/kern.o ./mem/mem.o ./ipc/ipc.o ./sync/sync.o
LIBS+=		./lib/libkern.a
LD_SCRIPT=	./arch/$(ARCH)/$(PLATFORM)/kernel.ld

#MAP=    prex.map
#DISASM= prex.lst
#SYMBOL= prex.sym

include $(SRCDIR)/mk/sys.mk