File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11KDIR := /lib/modules/$(shell uname -r) /build
22VERSION := $(shell uname -r) -$(shell cat uio_pci_dma.h | grep UIO_PCI_DMA_VERSION | cut -d\" -f2)
3- DKMS_VERSION := 1.0.0
3+ DKMS_VERSION := 1.0.1
44
55all : prepare
66 KDIR=$(KDIR ) INSTALL_MOD_PATH=$(INSTALL_MOD_PATH ) make -C build/
Original file line number Diff line number Diff line change 11PACKAGE_VERSION="11.3.7"
22
33# Items below here should not have to change with each driver version
4- PACKAGE_NAME="pda_kadapter_dkms "
4+ PACKAGE_NAME="pda-kadapter-dkms "
55MAKE[0]="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules"
66CLEAN="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
77BUILT_MODULE_NAME[0]="uio_pci_dma"
Original file line number Diff line number Diff line change 11%define module pda-kadapter-dkms
2- %define version 1.0.0
2+ %define version 1.0.1
33
44Summary: PDA kernel adapter DKMS package
55Name: %{module }
You can’t perform that action at this time.
0 commit comments