1include $(AXIS_TOP_DIR)/tools/build/Rules.axis
2
3all:
4
5install:	src/bluetooth.c include/btcommon.h
6	ln -sfn ../../arch/cris/drivers/bluetooth/include ../../../../include/linux/bluetooth
7	(cd .. && patch -N -r /tmp/bt.rej < bluetooth/bt.patch >/dev/null || true)
8
9clean:
10
11src/bluetooth.c:
12	@echo "You must install the OpenBT src directory before install can be done here!"
13	@exit 1
14
15include/btcommon.h:
16	@echo "You must install the OpenBT include directory before install can be done here!"
17	@exit 1
18