Files
linux-nv-oot/drivers/gpu/host1x/Makefile.nvidia
Ishan Mittal b9a1518110 nvidia: Replace t18x/ in relative path with nvidia/
t18x repo will be discontinued and all code that
resides there is moved into nvidia/.
So, every reference to t18x/ should be corrected
to nvidia/

Bug 200295104

Change-Id: I01ca1118de043511edca829e1cb2b8b52fb398df
Signed-off-by: Vandana Salve <vsalve@nvidia.com>
2023-04-03 12:36:25 +00:00

9 lines
171 B
Makefile

ccflags-y += -Idrivers/gpu/host1x
ccflags-y += -I../nvidia/drivers/gpu/host1x
host1x-t186-y = \
dev_t186.o \
hw/host1x05.o
obj-$(CONFIG_TEGRA_HOST1X) += host1x-t186.o