Commit 158f4a0f authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

vme: add option to install drivers to non-root

parent 86b53a14
...@@ -15,6 +15,9 @@ driver: modules ...@@ -15,6 +15,9 @@ driver: modules
modules: modules:
$(MAKE) -C $(KERNELDIR) M=`pwd` modules $(MAKE) -C $(KERNELDIR) M=`pwd` modules
install:
$(MAKE) -C $(KERNELDIR) M=`pwd` INSTALL_MOD_PATH=$(STAGING) modules_install
clean: clean:
rm -f *.o *.a *.so $(TESTS) rm -f *.o *.a *.so $(TESTS)
rm -f *.mod.c rm -f *.mod.c
......
Markdown is supported
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