[Feature] add GA346 baseline version
Change-Id: Ic62933698569507dcf98240cdf5d9931ae34348f
diff --git a/src/kernel/linux/v4.19/drivers/gpu/Makefile b/src/kernel/linux/v4.19/drivers/gpu/Makefile
new file mode 100644
index 0000000..373943c
--- /dev/null
+++ b/src/kernel/linux/v4.19/drivers/gpu/Makefile
@@ -0,0 +1,6 @@
+# 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/ mediatek/
+obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/