OBJS = \
	$(OBJDIR)/wdt_driver_test.out \
	$(OBJDIR)/autorun-wdog.sh \
	$(OBJDIR)/dbg_monitor.sh

all : $(OBJS)

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

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

