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

HOSTETH_SRCS = \
	nfethasm.s \
	nfeth.c

COMMON_SRCS = \
	../main.c

HEADER = \
	nfeth_nfapi.h 

COBJS = \
	$(COMMON_SRCS) \
	$(HOSTETH_SRCS)

SRCFILES = $(HEADER) $(COBJS)
