Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild for a board should always clean out existing build/$BOARD/rom #23
Labels
Comments
|
That's not a bad plan. If |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we have two different versions of a bios with different offsets of FVs, building with one rom first then the other will cause both folders to be left in the build/$BOARD/rom directory. This can mask problems as we end up building with the old FV rather than the new unintentionally if the Makefile isn't changed.
We can clean out the directory, or keep a record and warn when FV offsets have changed.