Skip to content

Commit

Permalink
Test module build disabled to simplify packaging process
Browse files Browse the repository at this point in the history
  • Loading branch information
Gulevich Vasili authored and Gulevich Vasili committed Nov 9, 2011
1 parent fd80521 commit aacc9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ else

KERNELDIR ?= /lib/modules/$(shell uname -r)/build

none:
@echo To build module invoke: make modules

modules modules_install clean:
$(MAKE) -C $(KERNELDIR) M=$(CURDIR) $@

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This driver implements Nikiforov interface for LSI6 CAMAC PCI interface for Linu

1. Debian
1.1 Build
sudo apt-get install linux-headers-686-pae debhelper
sudo apt-get install debhelper
cd /tmp
rm -r basilevs-lsi6*
wget https://github.com/basilevs/lsi6/tarball/master -O basilevs-lsi6.tar.gz
Expand Down

0 comments on commit aacc9f3

Please sign in to comment.