[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / prex-old / sys / arch / arm / cats

File: [local] / prex-old / sys / arch / arm / cats / Makefile (download)

Revision 1.1, Fri Jul 18 20:21:47 2008 UTC (15 years, 10 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD

first steps to let Prex kernel compile and run on arm-cats platform.
clocks and interrupts subsystems are stubs, but kernel diagnostics messages
work (using serial port 0).
kernel boots and panics in thread_init, but at least it boots and prints something!
it's far more easy and fun to hack code which compiles (:
still more work on the road.

TARGET=		platform.o
TYPE=		OBJECT
OBJS=		../arm/locore.o interrupt.o ../arm/context.o ../arm/trap.o \
		../arm/cpu.o machdep.o clock.o cons_ns16550.o diag.o

include $(SRCDIR)/mk/sys.mk