O_TARGET	:= init.o
O_OBJS		:= main.o ramtest.o time.o vec.o boot.o

all: crt0.o init.o

include $(TOPDIR)/Rules.make
