tegrakernel/kernel/nvidia/drivers/pci/host/Makefile

8 lines
131 B
Makefile
Raw Normal View History

2022-02-16 09:13:02 -06:00
ifdef CONFIG_ARCH_TEGRA_19x_SOC
ccflags-y += -I$(srctree)/drivers/pci/host
obj-$(CONFIG_PCIE_TEGRA_DW) += pcie-tegra-dw.o
endif