Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 43 → Rev 44

/pcivme-3.2/driver/Makefile
84,8 → 84,8
#****************************************************************************
# some common switches and defines
#
DBG = __NO_DEBUG__ # or __DEBUG__ to debug the driver
#DBG = __DEBUG__
#DBG = __NO_DEBUG__ # or __DEBUG__ to debug the driver
DBG = __DEBUG__
SRC = .
 
 
180,8 → 180,11
 
#********** root installation only ******************************************
install:
@echo "** Removing existing module pcivme from kernel"
-rmmod pcivme
@echo "** Installing new module into the module directory"
-cp -r pcivme.ko $(INSTALL_LOCATION)
@echo "** Loading new module with ./pcivme_load 1"
./pcivme_load 1
 
endif # <<<<< HASVERSION_H >>>>>>