source: trunk/packages/xen-common/xen-common/tools/console/testsuite/Makefile @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 273 bytes
Line 
1XEN_ROOT = ../../..
2include $(XEN_ROOT)/tools/Rules.mk
3
4LDFLAGS=-static
5
6.PHONY: all
7all: console-dom0 console-domU procpipe
8
9console-dom0: console-dom0.o
10console-domU: console-domU.o
11procpipe: procpipe.o
12
13.PHONY: clean
14clean:; $(RM) *.o console-domU console-dom0 procpipe
Note: See TracBrowser for help on using the repository browser.