summaryrefslogtreecommitdiff
path: root/extras/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/firmware/Makefile')
-rw-r--r--extras/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/firmware/Makefile b/extras/firmware/Makefile
index 16918867fc..da7fe9d1a8 100644
--- a/extras/firmware/Makefile
+++ b/extras/firmware/Makefile
@@ -33,7 +33,7 @@ all: $(PROG) $(MAN_PAGES)
$(QUIET) $(CC) -c $(CFLAGS) $< -o $@
$(PROG): %: $(HEADERS) %.o $(OBJS)
- $(QUIET) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIBSYSFS) $(LIB_OBJS)
+ $(QUIET) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIB_OBJS)
ifneq ($(strip $(STRIPCMD)),)
$(QUIET) $(STRIPCMD) $@
endif