need to fix deps and board.h link generation

This commit is contained in:
Mariano Alvira 2010-03-01 13:05:10 -05:00
parent 0a51c610d4
commit 1cc1ec5d60
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ endif
$(OBJDIR)/board.h: $(OBJDIR)
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