# This file gets included by the Makefile in this directory to determine
# the files that should go only into source distributions.

STARTUP = startup.o

COBJS = \
	aranym.c \
	check_exc.c \
	halt.c \
	info_mach.c \
	init_intr.c \
	init_mach.c \
	kernfs_mach.c \
	mprot000.c \
	mprot030.c \
	mprot040.c \
	process_reg.c \
	sig_mach.c \
	timer.c

SOBJS = \
	acia.S \
	aranym_asm.S \
	context.S \
	cpu.S \
	detect.S \
	intr.S \
	kernel.S \
	mmu030.S \
	mmu040.S \
	scsidrv_emu.S \
	syscall.S \
	user_things.S \
	xhdi_emu.S

SRCFILES = $(STARTUP) $(COBJS) $(SOBJS)
