8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
ifdef CONFIG_ARCH_TEGRA_19x_SOC
|
||
|
|
||
|
ccflags-y += -I$(srctree)/drivers/pci/host
|
||
|
|
||
|
obj-$(CONFIG_PCIE_TEGRA_DW) += pcie-tegra-dw.o
|
||
|
|
||
|
endif
|