aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenmon/Makefile')
-rw-r--r--tools/xenmon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile
index fe89887608..5648075210 100644
--- a/tools/xenmon/Makefile
+++ b/tools/xenmon/Makefile
@@ -41,9 +41,9 @@ clean:
$(RM) -f xentrace_setmake setmask.o
xenbaked: xenbaked.o Makefile
- $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
+ $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
xentrace_setmask: setmask.o Makefile
- $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
+ $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
-include $(DEPS)