mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Merge upstream changes from linux-next, including merged version of new UAPI. JIRA LS-128 Change-Id: I32c6745d2c17902e8216e9b376fd74d38a3b5904 Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2653092 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
26 lines
400 B
Makefile
26 lines
400 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
srctree.host1x := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
|
|
|
|
ccflags-y := -I$(srctree.host1x)/include
|
|
|
|
host1x-next-y = \
|
|
bus.o \
|
|
syncpt.o \
|
|
dev.o \
|
|
intr.o \
|
|
cdma.o \
|
|
channel.o \
|
|
job.o \
|
|
debug.o \
|
|
mipi.o \
|
|
fence.o \
|
|
hw/host1x01.o \
|
|
hw/host1x02.o \
|
|
hw/host1x04.o \
|
|
hw/host1x05.o \
|
|
hw/host1x06.o \
|
|
hw/host1x07.o
|
|
|
|
obj-m := host1x-next.o
|