# Note: This Makefile is just a stub to direct users trying to manually
# build the driver to the real Makefile in the src/ subdirectory.  Refer to
# the real Makefile for additional options and comments, such as debug builds.

all:
	@echo 
	@echo "*** To build and install the driver automatically, run ./install.sh"
	@echo 
	@echo "*** To build and install the driver manually, change to the src/ subdirectory and run 'make'"
	@echo 


