diff options
Diffstat (limited to 'drivers/gpu/drm/aspeed/Makefile')
-rw-r--r-- | drivers/gpu/drm/aspeed/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/aspeed/Makefile b/drivers/gpu/drm/aspeed/Makefile new file mode 100644 index 0000000000..a681ba3ccc --- /dev/null +++ b/drivers/gpu/drm/aspeed/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +aspeed_gfx-y := aspeed_gfx_drv.o aspeed_gfx_crtc.o aspeed_gfx_out.o + +obj-$(CONFIG_DRM_ASPEED_GFX) += aspeed_gfx.o |