aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console/testsuite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/console/testsuite/Makefile')
-rw-r--r--tools/console/testsuite/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/console/testsuite/Makefile b/tools/console/testsuite/Makefile
index 2deb7d43d6..71deb0a6f8 100644
--- a/tools/console/testsuite/Makefile
+++ b/tools/console/testsuite/Makefile
@@ -3,10 +3,12 @@ include $(XEN_ROOT)/tools/Rules.mk
LDFLAGS=-static
+.PHONY: all
all: console-dom0 console-domU procpipe
console-dom0: console-dom0.o
console-domU: console-domU.o
procpipe: procpipe.o
+.PHONY: clean
clean:; $(RM) *.o console-domU console-dom0 procpipe