mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
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>
9 lines
171 B
Makefile
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
|