diff options
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index bca8210d..1758777c 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -237,6 +237,9 @@ dristat: dristat.c drmstat: drmstat.c $(CC) $(PRGCFLAGS) $< -o $@ $(DRMSTATLIBS) +install: + make -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules_install + else # Check for kernel versions that we don't support. @@ -280,6 +283,7 @@ CONFIG_DRM_SAVAGE := n CONFIG_DRM_VIA := n CONFIG_DRM_MACH64 := n CONFIG_DRM_NV := n +CONFIG_DRM_NOUVEAU := n # Enable module builds for the modules requested/supported. |