8ca9a0269e
touch objdir to fix problem where board.h would try to get created after it's already been created.
9 lines
144 B
Makefile
9 lines
144 B
Makefile
MC1322X := ..
|
|
|
|
include $(MC1322X)/Makefile.include
|
|
|
|
TARGETS := blink-red_$(BOARD).bin
|
|
|
|
all: $(OBJDIR)/board.h $(TARGETS) $(TARGETS:.bin=.dis)
|
|
|