diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-09-22 12:30:57 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-12-02 15:43:42 +1000 |
commit | 50e216d6e7c390d4fbda7e77b8652a537f42a90a (patch) | |
tree | d6b0ca319b0dcbe7e35ef930a8ed8cb44c30264d /drivers/gpu/drm/nouveau/Makefile | |
parent | a1a86aabd0436a409b092ac7db24c702fd7d64b0 (diff) |
drm/nouveau/bios: add parsing of pmu image tables
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 2c428b7ae9a5..bb32d0ee0a0b 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -48,6 +48,7 @@ nouveau-y += core/subdev/bios/npde.o nouveau-y += core/subdev/bios/pcir.o nouveau-y += core/subdev/bios/perf.o nouveau-y += core/subdev/bios/pll.o +nouveau-y += core/subdev/bios/pmu.o nouveau-y += core/subdev/bios/ramcfg.o nouveau-y += core/subdev/bios/rammap.o nouveau-y += core/subdev/bios/shadow.o |