aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenbackendd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenbackendd')
-rw-r--r--tools/xenbackendd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenbackendd/Makefile b/tools/xenbackendd/Makefile
index 0d3edc8dc9..8374ad31a4 100644
--- a/tools/xenbackendd/Makefile
+++ b/tools/xenbackendd/Makefile
@@ -33,6 +33,6 @@ clean:
rm -f $(DEPS)
xenbackendd: xenbackendd.o
- $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
+ $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
-include $(DEPS)