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

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

Revision 1.1.1.1 (vendor branch), Tue Aug 19 12:46:56 2008 UTC (15 years, 10 months ago) by nbrk
Branch: MAIN, KOHSUKE
CVS Tags: PREX_0_8_BASE, HEAD
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=	platform.o
TYPE=	OBJECT
OBJS=	../i386/locore.o \
	../i386/cpu.o \
	../i386/trap.o \
	../i386/mmu.o \
	../i386/context.o \
	interrupt.o clock.o diag.o machdep.o

ifeq ($(CONFIG_GDB),y)
OBJS+=	../i386/gdb_stub.o \
	gdb_glue.o
endif

include $(SRCDIR)/mk/sys.mk