aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpmd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenpmd')
-rw-r--r--tools/xenpmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile
index 13f940fc77..52a0a2d669 100644
--- a/tools/xenpmd/Makefile
+++ b/tools/xenpmd/Makefile
@@ -16,7 +16,7 @@ install: all
.PHONY: clean
clean:
- $(RM) -f xenpmd $(DEPS)
+ $(RM) -f xenpmd xenpmd.o $(DEPS)
xenpmd: xenpmd.o Makefile
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)