Commit 4aa4b436 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

install static nodes rules

parent acbd78df
...@@ -8,8 +8,9 @@ install:generated_include ...@@ -8,8 +8,9 @@ install:generated_include
@echo $(X393_DEVICES) @echo $(X393_DEVICES)
install -d $(DESTDIR)/etc/udev/rules.d install -d $(DESTDIR)/etc/udev/rules.d
install -m 644 90-elphel-automount.rules $(DESTDIR)/etc/udev/rules.d install -m 644 90-elphel-automount.rules $(DESTDIR)/etc/udev/rules.d
install -m 644 50-elphel-static-nodes.rules $(DESTDIR)/etc/udev/rules.d
install -d $(TARGETDIR) install -d $(TARGETDIR)
$(mknodes) $(mknodes)
clean: clean:
-rm -f generated_include -rm -f generated_include
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