summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:17 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:37:38 +1000
commit79a8ba77d3d0243e8dca597763aecf43e5bc582e (patch)
treecab0babde59409caf45789632a78f801a265bbe8 /Makefile
parent395156e3e0283a68aef23341d26b42c7362a27d0 (diff)
downloadnouveau-79a8ba77d3d0243e8dca597763aecf43e5bc582e.tar.gz
device: separate construction of pci/tegra devices
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c003ff4e1..ca54a4dd4 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,8 @@ CFLAGS += -I$(lib)/include -I$(drm)/include -I$(drm)/include/nvkm \
-DCONFIG_NOUVEAU_DEBUG=7 \
-DCONFIG_NOUVEAU_DEBUG_DEFAULT=3 \
-DCONFIG_NOUVEAU_I2C_INTERNAL \
- -DCONFIG_NOUVEAU_I2C_INTERNAL_DEFAULT
+ -DCONFIG_NOUVEAU_I2C_INTERNAL_DEFAULT \
+ -DCONFIG_NOUVEAU_PLATFORM_DRIVER=y
ENVYAS ?= envyas
ENVYPP = $(CC) -E -CC -xc $(1) | $(CC) -E - | sed -e "/^\#/d"
INSTALL ?= install