add an install target to the drm modules makefile

This commit is contained in:
Dave Airlie 2007-04-05 11:18:00 +10:00
parent c496827921
commit 9c79371659

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.