aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/xenbus/Makefile
blob: b61820a9cbd66e1d60c38729dc796e6efbbcc8ea (plain)
1
2
3
4
5
6
7
8
9
all: xenstore.h xenbus_comms.o xenbus_xs.o xenbus_probe.o

xenstore.h:
	[ -e xenstored.h ] || ln -sf ../../../tools/xenstore/xenstored.h xenstored.h

clean:
	#Taken care of by main Makefile
	#rm xenstored.h
	#rm *.o