diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 7938d1a9ddd3..c58d66cbef4c 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile | |||
@@ -106,6 +106,8 @@ nouveau-y += core/subdev/mxm/mxms.o | |||
106 | nouveau-y += core/subdev/mxm/nv50.o | 106 | nouveau-y += core/subdev/mxm/nv50.o |
107 | nouveau-y += core/subdev/therm/base.o | 107 | nouveau-y += core/subdev/therm/base.o |
108 | nouveau-y += core/subdev/therm/fan.o | 108 | nouveau-y += core/subdev/therm/fan.o |
109 | nouveau-y += core/subdev/therm/fannil.o | ||
110 | nouveau-y += core/subdev/therm/fanpwm.o | ||
109 | nouveau-y += core/subdev/therm/ic.o | 111 | nouveau-y += core/subdev/therm/ic.o |
110 | nouveau-y += core/subdev/therm/temp.o | 112 | nouveau-y += core/subdev/therm/temp.o |
111 | nouveau-y += core/subdev/therm/nv40.o | 113 | nouveau-y += core/subdev/therm/nv40.o |