#
# Makefile for MXC MCC TTY driver test app.
#

OBJS = $(OBJDIR)/mxc_mcc_tty_test.out

all : $(OBJS)

.PHONY: clean
clean :
	rm -f $(OBJS)

#
# include the Rules
#
include ../make.rules
