summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/Makefile')
-rw-r--r--drivers/gpu/nvgpu/gp10b/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/Makefile b/drivers/gpu/nvgpu/gp10b/Makefile
deleted file mode 100644
index 8b930bca..00000000
--- a/drivers/gpu/nvgpu/gp10b/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
1GCOV_PROFILE := y
2
3ccflags-$(CONFIG_GK20A) += -I$(srctree)/drivers/gpu/nvgpu
4ccflags-$(CONFIG_GK20A) += -I$(srctree)/include
5ccflags-$(CONFIG_GK20A) += -I$(srctree)/drivers/devfreq
6ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/drivers/gpu/nvgpu
7ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/include
8ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/include/uapi
9
10ccflags-$(CONFIG_GK20A) += -Wno-multichar
11ccflags-y += -Werror
12
13obj-$(CONFIG_GK20A) += \
14 gr_gp10b.o \
15 gr_ctx_gp10b.o \
16 ce2_gp10b.o \
17 mc_gp10b.o \
18 fifo_gp10b.o \
19 ltc_gp10b.o \
20 mm_gp10b.o \
21 fb_gp10b.o \
22 pmu_gp10b.o \
23 hal_gp10b.o \
24 rpfb_gp10b.o \
25 gp10b_gating_reglist.o \
26 regops_gp10b.o \
27 cde_gp10b.o \
28 therm_gp10b.o \
29 gp10b_sysfs.o
30
31obj-$(CONFIG_TEGRA_GK20A) += platform_gp10b_tegra.o