aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console/testsuite/Makefile
blob: d9e43809f6c2e1b76c1d0fdbbfc33ae61d038713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
XEN_ROOT = $(CURDIR)/../../..
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