aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpmd/Makefile
blob: 0e9f54040c7089894eb47230e7d9747f310f7c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk

CFLAGS  += -Werror
CFLAGS  += $(CFLAGS_libxenstore)
LDFLAGS += $(LDFLAGS_libxenstore)

BIN      = xenpmd

.PHONY: all
all: $(BIN)

.PHONY: clean
clean:
	$(RM) -f $(BIN)