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

HEADER = \
	aranym.h \
	usbhost_nfapi.h

COBJS = \
	aranym-hcd.c

SSOBJS = \
	nfusbasm.S

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