OBJS = $(OBJDIR)/autorun-firi.sh

SCRIPTS = $(OBJDIR)/mxc_irlan_test.sh

all : $(OBJS) $(SCRIPTS)

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

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

