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

HEADER =

COBJS = \
	usb_mouse.c \
	mouse_report_desc_parser.c

SSOBJS = \
	mouse_int.S

TOSCOBJS = \
        crtinit.c

TOSSSOBJS = \
        entry.S \
        setstack.S \

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