Files
linux-nvgpu/drivers/gpu/nvgpu/gp10b/Makefile
Terje Bergstrom c23f7708ac gpu: nvgpu: gp10b: Define physical address width
GP10B physical address width is 37 bits. Use old width for now,
and add gp10b specific definition. We can switch to new definition
once we've verified them.

Bug 1567274

Change-Id: I33cc1b99f14f1a7ee5f6fe3bd3d8b3126c23ecbe
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/601703
2016-12-27 15:22:02 +05:30

19 lines
544 B
Makefile

GCOV_PROFILE := y
ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel/drivers/gpu/nvgpu
ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel/include
ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/drivers/gpu/nvgpu
ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/include
ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/include/uapi
ccflags-$(CONFIG_GK20A) += -Wno-multichar
obj-$(CONFIG_GK20A) += \
gr_gp10b.o \
mc_gp10b.o \
ltc_gp10b.o \
mm_gp10b.o \
hal_gp10b.o
obj-$(CONFIG_TEGRA_GK20A) += platform_gp10b_tegra.o