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

HEADER = 

COBJS = \
	crtinit.c \
	xaloader.c

SOBJS = 

SSOBJS = \
	entry.S \
	setstack.S

SRCFILES = $(HEADER) $(COBJS) $(SOBJS) $(SSOBJS)
