diff options
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index bca8210d..effc2061 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -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. |