Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 26 lines 428 B view raw
1# SPDX-License-Identifier: GPL-2.0 2host1x-y = \ 3 bus.o \ 4 syncpt.o \ 5 dev.o \ 6 intr.o \ 7 cdma.o \ 8 channel.o \ 9 job.o \ 10 debug.o \ 11 mipi.o \ 12 tegra114-mipi.o \ 13 fence.o \ 14 hw/host1x01.o \ 15 hw/host1x02.o \ 16 hw/host1x04.o \ 17 hw/host1x05.o \ 18 hw/host1x06.o \ 19 hw/host1x07.o \ 20 hw/host1x08.o 21 22host1x-$(CONFIG_IOMMU_API) += \ 23 context.o 24 25obj-$(CONFIG_TEGRA_HOST1X) += host1x.o 26obj-$(CONFIG_TEGRA_HOST1X_CONTEXT_BUS) += context_bus.o