osd-contiki/tests/Makefile

9 lines
152 B
Makefile
Raw Normal View History

2010-02-22 00:47:12 +01:00
MC1322X = ..
2010-02-21 23:34:27 +01:00
2010-02-22 00:47:12 +01:00
include $(MC1322X)/Makefile.include
2010-02-21 23:34:27 +01:00
2010-02-23 21:53:00 +01:00
TARGETS = blink-red_$(BOARD).bin
all: $(OBJDIR) $(OBJDIR)/board.h $(TARGETS) $(TARGETS:.bin=.dis)