Set path where required
This commit is contained in:
parent
373566aee5
commit
7b461bd7e0
2 changed files with 16 additions and 6 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue