URL
https://opencores.org/ocsvn/raggedstone/raggedstone/trunk
Subversion Repositories raggedstone
[/] [raggedstone/] [trunk/] [linuxdriver/] [Makefile] - Rev 10
Compare with Previous | Blame | View Log
ifneq ($(KERNELRELEASE),)include Kbuildelse# Normal MakefileKERNELDIR := /lib/modules/`uname -r`/buildmodules::$(MAKE) -C $(KERNELDIR) M=`pwd` $@clean:$(MAKE) -C $(KERNELDIR) M=`pwd` $@-rm -f Module.symversendifinstall:-rmmod mod_pci_7segsleep 1insmod ./mod_pci_7seg.ko-mknod /dev/fpga c 100 0
