comparison drivers/radeon/Makefile @ 3253:48899ffdc4de

Minor improvements
author nick
date Sat, 01 Dec 2001 20:23:47 +0000
parents f03adf755028
children ff90589b635f
comparison
equal deleted inserted replaced
3252:e714f1e4ab27 3253:48899ffdc4de
38 cp radeon_vid.o $(MOD_PATH) 38 cp radeon_vid.o $(MOD_PATH)
39 cp rage128_vid.o $(MOD_PATH) 39 cp rage128_vid.o $(MOD_PATH)
40 depmod -a 40 depmod -a
41 nodes: 41 nodes:
42 mknod /dev/radeon_vid c 178 0 42 mknod /dev/radeon_vid c 178 0
43 mknod /dev/rage128_vid c 178 0 43 ln -s /dev/radeon_vid /dev/rage128_vid
44 # Stuff below is for me only ;) 44 # Stuff below is for me only ;)
45 vid: 45 vid:
46 make install 46 make install
47 rmmod radeon_vid 47 rmmod radeon_vid
48 modprobe radeon_vid 48 modprobe radeon_vid