mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
Change-Id: Ic2741f017a509543ba6f0e98e8f4bb18b28975d7 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
11 lines
351 B
Makefile
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
|