Set path where required

This commit is contained in:
Jeremy Soller 2018-11-27 20:17:56 -07:00
parent 373566aee5
commit 7b461bd7e0
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
2 changed files with 16 additions and 6 deletions

View file

@ -86,6 +86,7 @@ FORCE:
# A method of creating a listing for any binary
%.list: %
export PATH="$(PREFIX_PATH):$$PATH" && \
$(OBJDUMP) -C -M intel -D $< > $@
# Wireshark