-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce bender directory to avoid extra checkout (#82)
* Enforce bender directory to avoid extra checkout To avoid a checkout of dependencies within the serial_link, setting the bender directory with -d allows for re-use of available dependencies. * Fix elfloader path
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
# Christopher Reinwardt <[email protected]> | ||
# Paul Scheffler <[email protected]> | ||
|
||
CHS_ROOT ?= . | ||
CHS_ROOT ?= $(shell pwd) | ||
BENDER ?= bender -d $(CHS_ROOT) | ||
|
||
include cheshire.mk | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters