Commit 50144da8 authored by David S. Miller's avatar David S. Miller

drivers/ieee1394/Makefile: Add missing LDFLAGS.

parent 3f2abe4e
......@@ -24,4 +24,4 @@ obj-$(CONFIG_IEEE1394_CMP) += cmp.o
include $(TOPDIR)/Rules.make
ieee1394.o: $(ieee1394-objs)
$(LD) -r -o $@ $(ieee1394-objs)
$(LD) $(LDFLAGS) -r -o $@ $(ieee1394-objs)
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