need to fix deps and board.h link generation
This commit is contained in:
parent
0a51c610d4
commit
1cc1ec5d60
|
@ -17,4 +17,5 @@ endif
|
||||||
|
|
||||||
$(OBJDIR)/board.h: $(OBJDIR)
|
$(OBJDIR)/board.h: $(OBJDIR)
|
||||||
ln -sf ../$(MC1322X)/board/$(BOARD).h $(OBJDIR)/board.h
|
ln -sf ../$(MC1322X)/board/$(BOARD).h $(OBJDIR)/board.h
|
||||||
|
# this touch is a hack --- need to sort out deps and a way to make sure the board links get made.
|
||||||
touch $(OBJDIR)/board.h
|
touch $(OBJDIR)/board.h
|
||||||
|
|
Loading…
Reference in a new issue