add an install target to the drm modules makefile

main
Dave Airlie 2007-04-05 11:18:00 +10:00
parent c496827921
commit 9c79371659
1 changed files with 5 additions and 0 deletions

View File

@ -237,6 +237,11 @@ dristat: dristat.c
drmstat: drmstat.c
$(CC) $(PRGCFLAGS) $< -o $@ $(DRMSTATLIBS)
install:
echo "Installing DRM modules to "$(O)
install *.ko $(O)/driver/char/drm
depmod -a
else
# Check for kernel versions that we don't support.