osd-contiki/tests/Makefile
Mariano Alvira 8ca9a0269e better variable defs.
touch objdir to fix problem where board.h would try to get created
after it's already been created.
2010-02-23 18:14:32 -05:00

9 lines
144 B
Makefile

MC1322X := ..
include $(MC1322X)/Makefile.include
TARGETS := blink-red_$(BOARD).bin
all: $(OBJDIR)/board.h $(TARGETS) $(TARGETS:.bin=.dis)