Files
linux/drivers/gpu/Makefile
Dongjin Kim 6d2dea5f37 ODROID-N2: drm: add DRM featured kernel configuration
Change-Id: Ic2741f017a509543ba6f0e98e8f4bb18b28975d7
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
2020-03-13 18:08:44 +09:00

11 lines
351 B
Makefile

# drm/tegra depends on host1x, so if both drivers are built-in care must be
# taken to initialize them in the correct order. Link order is the only way
# to ensure this currently.
obj-$(CONFIG_TEGRA_HOST1X) += host1x/
obj-y += drm/ vga/
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
ifneq ($(CONFIG_DRM_BIFROST),y)
obj-y += arm/
endif