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

HEADER = \
	part.h \
	scsi.h \
	vars.h \
	xhdi.h

COBJS = \
	usb_storage.c \
	xhdi.c

SSOBJS = \
	bios.S \
	debug2.S

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