removed bad touch
This commit is contained in:
parent
38687cd409
commit
de4080c359
1 changed files with 1 additions and 2 deletions
|
@ -17,5 +17,4 @@ 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
|
|
||||||
|
|
Loading…
Reference in a new issue