diff --git a/drivers/gpu/arm/Makefile b/drivers/gpu/arm/Makefile new file mode 100644 index 000000000000..cba2529c4b68 --- /dev/null +++ b/drivers/gpu/arm/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_MALI400) += mali/ +obj-$(CONFIG_UMP) += ump/ +obj-$(CONFIG_UMPLOCK) += umplock/ \ No newline at end of file