Skip to content
Snippets Groups Projects
Commit 6bdfea97 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

pcie-wb: STAGING is a better name than ROOT for installing

parent f2db91a7
Branches
Tags
No related merge requests found
......@@ -20,9 +20,9 @@ all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
install:
$(MAKE) -C $(KERNELDIR) M=$(PWD) INSTALL_MOD_PATH=$(ROOT) modules_install
mkdir -p $(ROOT)/etc/udev/rules.d
cp 95-pcie-wb.rules $(ROOT)/etc/udev/rules.d
$(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
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