summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 15:52:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 15:52:29 +0000
commitdb454784b147c12450cd65645b2e699164b99bdc (patch)
treebf09d687f146e4dc9394934b5ad12ac3e630e200 /drivers
parentb312ea16c0a9f7f804bfb5ac7f5d79ca98cfa5a8 (diff)
downloadmpv-db454784b147c12450cd65645b2e699164b99bdc.tar.bz2
mpv-db454784b147c12450cd65645b2e699164b99bdc.tar.xz
Create device nodes upon install.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers')
-rw-r--r--drivers/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index a362b028a3..b4e46e7cb3 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -18,6 +18,8 @@ install:
-mkdir -p $(MDIR)
install -m 644 $(OBJS) $(MDIR)
depmod -a
+ -mknod /dev/mga_vid c 178 0
+ -mknod /dev/tdfx_vid c 178 0
dep depend: