Re: [Etherboot-developers] Makefile suggestion
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-12-27 00:12:37
|
>I was thinking that in the "make clean" stanza of Makefile, we might >want to add Roms, since it is generated from NIC using genrules.pl. > >So we would have: > >clean: > $(RM) $(UTILS) bin/*.s bin/*.o bin/*.bin Roms I think you're right, it's better to regenerate Roms everytime. It seems to work ok with the current Makefile after regeneration. |