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:37 +1000
commitf9215d7183c55e1787f7a33f784409b7c406f12d (patch)
tree89a644dd2cf5c9c418804efea4fca03ee36eb6cd /Makefile
parent9c38b4f8d3f0fa685da802bc511d89a35215c45f (diff)
downloadnouveau-f9215d7183c55e1787f7a33f784409b7c406f12d.tar.gz
tegra: merge platform setup from nouveau drm
The copyright header in nvkm/engine/device/platform.c has been replaced with the NVIDIA one from drm/nouveau_platform.c, as most of the actual code is now theirs. 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 9c309d9f7..6e19b27cd 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ CFLAGS += -I$(lib)/include -I$(drm)/include -I$(drm)/include/nvkm \
-DCONFIG_NOUVEAU_I2C_INTERNAL \
-DCONFIG_NOUVEAU_I2C_INTERNAL_DEFAULT \
-DCONFIG_NOUVEAU_PLATFORM_DRIVER=y \
- -DCONFIG_AGP=y
+ -DCONFIG_AGP=y \
+ -DCONFIG_IOMMU_API=y
ENVYAS ?= envyas
ENVYPP = $(CC) -E -CC -xc $(1) | $(CC) -E - | sed -e "/^\#/d"
INSTALL ?= install