OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
drivers
/
gpu
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Makefile
279 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
drm
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
host1x
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
ipu-v3
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
vga
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: Makefile
Close
# 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/