[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / arch / cris / drivers / bluetooth

File: [Development] / linux-2.4-xfs / arch / cris / drivers / bluetooth / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

include $(AXIS_TOP_DIR)/tools/build/Rules.axis

all:

install:	src/bluetooth.c include/btcommon.h
	ln -sfn ../../arch/cris/drivers/bluetooth/include ../../../../include/linux/bluetooth
	(cd .. && patch -N -r /tmp/bt.rej < bluetooth/bt.patch >/dev/null || true)

clean:

src/bluetooth.c:
	@echo "You must install the OpenBT src directory before install can be done here!"
	@exit 1

include/btcommon.h:
	@echo "You must install the OpenBT include directory before install can be done here!"
	@exit 1