Files
linux-nvgpu/drivers/gpu/nvgpu/gp10b/Makefile
Terje Bergstrom 667143ed93 gpu: nvgpu: gp10b: Enable cycling through ctx bins
Remove hard coded NETB for gp10b. This enables cycling through
available firmware files.

Change-Id: I60765a05b1cf6c2e6003341f611c5ecc3f16e9b7
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/676557
Reviewed-by: Peng Du <pdu@nvidia.com>
GVS: Gerrit_Virtual_Submit
2016-12-27 15:22:03 +05:30

22 lines
592 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 \
gr_ctx_gp10b.o \
mc_gp10b.o \
ltc_gp10b.o \
mm_gp10b.o \
fb_gp10b.o \
pmu_gp10b.o \
hal_gp10b.o
obj-$(CONFIG_TEGRA_GK20A) += platform_gp10b_tegra.o