aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-07-09 20:49:22 -0400
committerBen Skeggs <bskeggs@redhat.com>2012-10-02 23:12:45 -0400
commit70c0f263cc2eb12e02506eb75f0a71490e7dea4d (patch)
tree54e8463e20e34f305ad72e100936c972e1e1282f /drivers/gpu/drm/nouveau/Makefile
parent586c55f6ade73f8672d1eaf598237a6f49b28443 (diff)
drm/nouveau/bios: pull in basic vbios subdev, more to come later
v2: Ben Skeggs <bskeggs@redhat.com> - use unaligned macros to access vbios image - endianness fixes Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index f6927ae8ebed..d10ec93c5ad8 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -18,6 +18,8 @@ nouveau-y += core/core/printk.o
18nouveau-y += core/core/ramht.o 18nouveau-y += core/core/ramht.o
19nouveau-y += core/core/subdev.o 19nouveau-y += core/core/subdev.o
20 20
21nouveau-y += core/subdev/bios/base.o
22nouveau-y += core/subdev/bios/bit.o
21nouveau-y += core/subdev/device/base.o 23nouveau-y += core/subdev/device/base.o
22nouveau-y += core/subdev/device/nv04.o 24nouveau-y += core/subdev/device/nv04.o
23nouveau-y += core/subdev/device/nv10.o 25nouveau-y += core/subdev/device/nv10.o