Files
linux-nv-oot/drivers/gpu/drm/tegra/Makefile
Mikko Perttunen 02b028d02a drm/tegra: Merge upstream changes
Merge upstream changes from linux-next, including merged version
of new UAPI.

Change-Id: I4f591d39e51ac6ab6877a0bd428adf166eca3c55
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2653095
Tested-by: Jonathan Hunter <jonathanh@nvidia.com>
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com>
GVS: Gerrit_Virtual_Submit
2023-04-03 09:18:59 +00:00

38 lines
611 B
Makefile

# SPDX-License-Identifier: GPL-2.0
srctree.tegra-drm := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
srctree.host1x := $(abspath $(srctree.tegra-drm)/../../host1x)
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
ccflags-y += -I$(srctree.tegra-drm)/include
ccflags-y += -I$(srctree.host1x)/include
tegra-drm-next-y := \
drm.o \
uapi.o \
submit.o \
firewall.o \
gem.o \
fb.o \
dp.o \
hub.o \
plane.o \
dc.o \
output.o \
rgb.o \
hda.o \
hdmi.o \
mipi-phy.o \
dsi.o \
sor.o \
dpaux.o \
gr2d.o \
gr3d.o \
falcon.o \
vic.o \
nvdec.o \
nvenc.o \
nvjpg.o
obj-m := tegra-drm-next.o