mirror of
https://github.com/mpv-player/mpv
synced 2025-01-07 07:30:09 +00:00
Add command to create dhahelper device to install-dhahelper target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27032 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4b34771463
commit
2400f5b0d6
1
Makefile
1
Makefile
@ -995,6 +995,7 @@ install-dhahelper: vidix/dhahelper/dhahelper.o
|
|||||||
-mkdir -p $(MODULES_DIR)
|
-mkdir -p $(MODULES_DIR)
|
||||||
install -m 644 $< $(MODULES_DIR)
|
install -m 644 $< $(MODULES_DIR)
|
||||||
depmod -a
|
depmod -a
|
||||||
|
-mknod /dev/dhahelper c 180 0
|
||||||
|
|
||||||
dhahelperclean:
|
dhahelperclean:
|
||||||
rm -f vidix/dhahelper/*.o vidix/dhahelper/*~ vidix/dhahelper/test
|
rm -f vidix/dhahelper/*.o vidix/dhahelper/*~ vidix/dhahelper/test
|
||||||
|
Loading…
Reference in New Issue
Block a user