Skip to content

Commit

Permalink
Allow overwriting LD and load script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwoodruff authored Dec 5, 2024
1 parent 89347e3 commit 64b8de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#LD = riscv64-unknown-elf-ld
LD = ld.lld
LDSCRIPT = script.ld
LD ?= ld.lld
LDSCRIPT ?= script.ld

all: devicetree.wrapped.elf devicetree.no-uart.wrapped.elf devicetree.dual.wrapped.elf

Expand Down

0 comments on commit 64b8de6

Please sign in to comment.