add an install target to the drm modules makefile
parent
c496827921
commit
9c79371659
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue