Commit bd72a44c authored by Federico Vaga's avatar Federico Vaga

Makefile: add missing CFLAGS while building loader-ll

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
Acked-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent dda005e1
...@@ -18,7 +18,7 @@ $(LIB): $(LIBOBJ) ...@@ -18,7 +18,7 @@ $(LIB): $(LIBOBJ)
ar r $@ $^ ar r $@ $^
loader-ll.o: ../kernel/loader-ll.c loader-ll.o: ../kernel/loader-ll.c
${CC} -c $^ -I . ${CC} $(CFLAGS) -c $^ -I .
clean: clean:
rm -f *.o $(LIB) $(PROGS) *~ rm -f *.o $(LIB) $(PROGS) *~
......
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