Skip to content

Commit

Permalink
fixup! Allow specification of a random seed for link time reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeum committed Jan 22, 2020
1 parent ce2c389 commit 5f1f562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefiles/vars.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export APPDEPS # Files / Makefile targets that need to be created
export RIOTBASE # The root folder of RIOT. The folder where this very file lives in.
export RIOTCPU # For third party CPUs this folder is the base of the CPUs.
export RIOTBOARD # This folder is the base of the riot boards.
export RIOTLINKSEED # Seed used for link time reordering.
export BOARDSDIR # For third party BOARDs this folder is the base of the BOARDs.
export RIOTPKG # For overriding RIOT's pkg directory
export RIOTTOOLS # Location of host machine tools
Expand Down

0 comments on commit 5f1f562

Please sign in to comment.