summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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