Commit d40ca8ed authored by Adam Wujek's avatar Adam Wujek 💬

tools: use ar from env variable

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent f05235e5
......@@ -24,7 +24,7 @@ all: $(LIB) $(PROGS) $(LIBSHARED)
$(PROGS): $(LIB)
$(LIB): $(LIBOBJ)
ar r $@ $^
$(AR) r $@ $^
loader-ll.o: ../kernel/loader-ll.c
${CC} $(CFLAGS) -c $^ -I .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment