Commit a82891c4 authored by Pete Zaitcev's avatar Pete Zaitcev Committed by David S. Miller

arch/sparc/boot/Makefile: Use libs-y.

parent 979489d7
......@@ -23,7 +23,7 @@ clean:
rm -f btfixupprep piggyback tftpboot.img btfix.o btfix.s image
BTOBJS := $(HEAD) $(init-y)
BTLIBS := $(core-y) $(LIBS) $(drivers-y) $(net-y)
BTLIBS := $(core-y) $(libs-y) $(drivers-y) $(net-y)
# Actual linking
image: btfix.o
......
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