import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / cris / drivers / bluetooth / Makefile
1 include $(AXIS_TOP_DIR)/tools/build/Rules.axis
2
3 all:
4
5 install:        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
9 clean:
10
11 src/bluetooth.c:
12         @echo "You must install the OpenBT src directory before install can be done here!"
13         @exit 1
14
15 include/btcommon.h:
16         @echo "You must install the OpenBT include directory before install can be done here!"
17         @exit 1