URL
https://opencores.org/ocsvn/raggedstone/raggedstone/trunk
Subversion Repositories raggedstone
[/] [raggedstone/] [trunk/] [linuxdriver/] [Makefile] - Rev 12
Go to most recent revision | Compare with Previous | Blame | View Log
ifneq ($(KERNELRELEASE),)
include Kbuild
else
# Normal Makefile
KERNELDIR := /lib/modules/`uname -r`/build
modules::
$(MAKE) -C $(KERNELDIR) M=`pwd` $@
clean:
$(MAKE) -C $(KERNELDIR) M=`pwd` $@
-rm -f Module.symvers
endif
install:
-rmmod mod_pci_7seg
sleep 1
insmod ./mod_pci_7seg.ko
-mknod /dev/fpga c 100 0
Go to most recent revision | Compare with Previous | Blame | View Log