aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenpmd/Makefile')
-rw-r--r--tools/xenpmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile
index 52a0a2d669..2d925df93d 100644
--- a/tools/xenpmd/Makefile
+++ b/tools/xenpmd/Makefile
@@ -19,6 +19,6 @@ clean:
$(RM) -f xenpmd xenpmd.o $(DEPS)
xenpmd: xenpmd.o Makefile
- $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
+ $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
-include $(DEPS)