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

HEADER = \
	isp116x.h \
	netusbee_int.h

COBJS = \
	isp116x-hcd.c

SSOBJS = \
	netusbee_int.S

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