summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-07-26 08:51:21 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-10-03 13:12:57 +1000
commitc0077061e7ea3a8c1c316c87a79976bf8f00beb5 (patch)
tree8e9219dafef3c0c04ceb15be8fe04ffba0b1649d /drivers/gpu/drm/nouveau/Makefile
parentd38ac5217ab43cf61e8ebe6d7114fb2d1ca9a3a4 (diff)
downloadblackbird-op-linux-c0077061e7ea3a8c1c316c87a79976bf8f00beb5.tar.gz
blackbird-op-linux-c0077061e7ea3a8c1c316c87a79976bf8f00beb5.zip
drm/nouveau/acpi: move definitions out of nouveau_drv.h
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index 4cf362b8f0af..c1ce650f5741 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -167,6 +167,9 @@ nouveau-y += nv50_fbcon.o nvc0_fbcon.o
# drm/kms/nvd9-
+# other random bits
+nouveau-$(CONFIG_ACPI) += nouveau_acpi.o
+
##
## unported bits below
##
@@ -200,7 +203,6 @@ nouveau-y += nouveau_mem.o
# optional stuff
nouveau-$(CONFIG_COMPAT) += nouveau_ioc32.o
nouveau-$(CONFIG_DRM_NOUVEAU_BACKLIGHT) += nouveau_backlight.o
-nouveau-$(CONFIG_ACPI) += nouveau_acpi.o
obj-$(CONFIG_DRM_NOUVEAU)+= nouveau.o
OpenPOWER on IntegriCloud