Skip to content
Snippets Groups Projects
Commit 4d96c292 authored by A. Hahn's avatar A. Hahn
Browse files

pcie-wb: added KERNELVER to depmod command

parent 400be9cc
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ install:
$(MAKE) -C $(KERNELDIR) M=$(PWD) INSTALL_MOD_PATH=$(STAGING) modules_install
mkdir -p $(STAGING)/etc/udev/rules.d
cp 95-pcie-wb.rules $(STAGING)/etc/udev/rules.d
[ $$(id -u) -ne 0 ] || depmod -a
[ $$(id -u) -ne 0 ] || depmod -a $(KERNELVER)
[ $$(id -u) -ne 0 ] || groupadd wishbone || true
clean:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment