mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-11 23:43:15 +00:00
mw_debug: Link urjtag statically
liburjtag isn't in Debian, so usually we're pointing at a urjtag build directory when building mw_debug Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
This commit is contained in:
parent
763138798e
commit
eb20195a10
@ -4,7 +4,7 @@ CFLAGS = -O2 -g -Wall -std=c99
|
||||
all: mw_debug
|
||||
|
||||
mw_debug: mw_debug.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) -lurjtag
|
||||
$(CC) -o $@ $^ $(CFLAGS) -Wl,-Bstatic -lurjtag -Wl,-Bdynamic -lftdi1 -lusb-1.0 -lreadline
|
||||
|
||||
clean:
|
||||
rm -f mw_debug
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user