diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-05-17 17:35:14 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-05-17 17:35:51 +0200 |
commit | ea98d7e79657469545b865a353784d79fc8cff9d (patch) | |
tree | 6f8b8baab8f5403fe434692ebd98ea0d56c79bb0 | |
parent | ca725bba8472d5d94bcb7414b510d7d3027cbb1c (diff) | |
download | libdrm-ea98d7e79657469545b865a353784d79fc8cff9d.tar.gz libdrm-ea98d7e79657469545b865a353784d79fc8cff9d.tar.bz2 libdrm-ea98d7e79657469545b865a353784d79fc8cff9d.zip |
nouveau: don't build the module by default
-rw-r--r-- | linux-core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index af29bd6a..1758777c 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -283,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. |