summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/aspeed/Makefile
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-04-03 02:19:08 +0200
committerJoel Stanley <joel@jms.id.au>2019-04-04 03:27:34 +0200
commit4f2a8f5898ecd806cc0ccece1df4c0f143f80a74 (patch)
treefd039e5b9430fd7c004859fd06170ca22e1630b8 /drivers/gpu/drm/aspeed/Makefile
parentdt-bindings: gpu: Add ASPEED GFX bindings document (diff)
downloadlinux-4f2a8f5898ecd806cc0ccece1df4c0f143f80a74.tar.xz
linux-4f2a8f5898ecd806cc0ccece1df4c0f143f80a74.zip
drm: Add ASPEED GFX driver
This driver is for the ASPEED BMC SoC's GFX display hardware. This driver runs on the ARM based BMC systems, unlike the ast driver which runs on a host CPU and is is for a PCI graphics device. Signed-off-by: Joel Stanley <joel@jms.id.au> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190403001909.31637-3-joel@jms.id.au
Diffstat (limited to 'drivers/gpu/drm/aspeed/Makefile')
-rw-r--r--drivers/gpu/drm/aspeed/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/aspeed/Makefile b/drivers/gpu/drm/aspeed/Makefile
new file mode 100644
index 000000000000..6e194cd790d8
--- /dev/null
+++ b/drivers/gpu/drm/aspeed/Makefile
@@ -0,0 +1,3 @@
+aspeed_gfx-y := aspeed_gfx_drv.o aspeed_gfx_crtc.o aspeed_gfx_out.o
+
+obj-$(CONFIG_DRM_ASPEED_GFX) += aspeed_gfx.o