summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/subdev/pmu/Kbuild
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-11-09 10:37:56 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-11-09 11:24:24 +1000
commit9f37e780da49e7b6e9ab7c35ec8b682f7b8f84fa (patch)
treed00f4b4a2243edc1c49e6eebc348d9f54320e52a /drm/nouveau/nvkm/subdev/pmu/Kbuild
parent6a5d7b9577cbb16b267ff27d99501a5041450e35 (diff)
downloadnouveau-9f37e780da49e7b6e9ab7c35ec8b682f7b8f84fa.tar.gz
pmu/gp100: initial implementation
Just enough to hookup preinit reset(), which DEVINIT will depend on later. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/nouveau/nvkm/subdev/pmu/Kbuild')
-rw-r--r--drm/nouveau/nvkm/subdev/pmu/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/drm/nouveau/nvkm/subdev/pmu/Kbuild b/drm/nouveau/nvkm/subdev/pmu/Kbuild
index 88b643b86..2dc520ea4 100644
--- a/drm/nouveau/nvkm/subdev/pmu/Kbuild
+++ b/drm/nouveau/nvkm/subdev/pmu/Kbuild
@@ -8,3 +8,4 @@ nvkm-y += nvkm/subdev/pmu/gk110.o
nvkm-y += nvkm/subdev/pmu/gk208.o
nvkm-y += nvkm/subdev/pmu/gk20a.o
nvkm-y += nvkm/subdev/pmu/gm107.o
+nvkm-y += nvkm/subdev/pmu/gp100.o