summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:23 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:38:36 +1000
commit9c38b4f8d3f0fa685da802bc511d89a35215c45f (patch)
tree9c1c8436c031cef4792cd8bfe00d7bac06f3ba39 /Makefile
parente7c0675537839f171106a865f33861a27c9c00d7 (diff)
downloadnouveau-9c38b4f8d3f0fa685da802bc511d89a35215c45f.tar.gz
pci: merge agp handling from nouveau drm
This commit reinstates the pre-DEVINIT AGP fiddling that was broken in an earlier commit. 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 ca54a4dd4..9c309d9f7 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,8 @@ CFLAGS += -I$(lib)/include -I$(drm)/include -I$(drm)/include/nvkm \
-DCONFIG_NOUVEAU_DEBUG_DEFAULT=3 \
-DCONFIG_NOUVEAU_I2C_INTERNAL \
-DCONFIG_NOUVEAU_I2C_INTERNAL_DEFAULT \
- -DCONFIG_NOUVEAU_PLATFORM_DRIVER=y
+ -DCONFIG_NOUVEAU_PLATFORM_DRIVER=y \
+ -DCONFIG_AGP=y
ENVYAS ?= envyas
ENVYPP = $(CC) -E -CC -xc $(1) | $(CC) -E - | sed -e "/^\#/d"
INSTALL ?= install