1
0
Fork 0

MLK-16168 gpu: Move imx up before drm in Makefile

We register dpu and ipu-v3 crtc platform devices in dpu and ipu-v3
base drivers for imx-drm to use, so it would be straight forward to
put imx before drm in Makefile.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
pull/10/head
Liu Ying 2017-08-09 13:01:35 +08:00 committed by Jason Liu
parent d1dfbccd29
commit 262fc4152d
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# 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-y += imx/
obj-y += drm/ vga/