Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.16-rc3 20 lines 292 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 fence.o \ 13 hw/host1x01.o \ 14 hw/host1x02.o \ 15 hw/host1x04.o \ 16 hw/host1x05.o \ 17 hw/host1x06.o \ 18 hw/host1x07.o 19 20obj-$(CONFIG_TEGRA_HOST1X) += host1x.o