drivers: Move iommu/ before gpu/ in Makefile
authorOded Gabbay <oded.gabbay@amd.com>
Mon, 22 Dec 2014 09:47:37 +0000 (11:47 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Mon, 22 Dec 2014 09:47:37 +0000 (11:47 +0200)
commit1bacc894c227fad8a727eb99728df708eba57654
treecb83fa0b89598cdff2b52936fb79cffe77e74e63
parent0cb989c0c6e62f235b14e48604f909085494026b
drivers: Move iommu/ before gpu/ in Makefile

AMD GPU devices are dependent on AMD IOMMU controller functionality to allow
the GPU to access a process's virtual memory address space, without the need
for pinning the memory.

This patch changes the order in the drivers makefile, so iommu/ subsystem is
linked before gpu/ subsystem. That way, if the gpu and iommu drivers are
compiled inside the kernel image (not as modules), the correct order of device
loading is still maintained (iommu module is loaded before gpu module).

Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
drivers/Makefile