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

HEADER = \
	gemkfatfs.h \
	util.h

COBJS = \
	gemkfatfs.c \
	mkfatfs.c \
	util.c

SOBJS = \
	startup.S

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