From 9eb1f57ba2b7072c6c53ca9dc59b10a87d88db23 Mon Sep 17 00:00:00 2001 From: Bo Yan Date: Mon, 14 Apr 2014 12:03:27 -0700 Subject: gpu: nvgpu: Add GPU driver for GM20B this moves GM20B driver to the new location Change-Id: I5fde14e114a8db79738a4c61849912b1ae225fb5 --- drivers/gpu/nvgpu/gm20b/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drivers/gpu/nvgpu/gm20b/Makefile (limited to 'drivers/gpu/nvgpu/gm20b/Makefile') diff --git a/drivers/gpu/nvgpu/gm20b/Makefile b/drivers/gpu/nvgpu/gm20b/Makefile new file mode 100644 index 00000000..42c3cec0 --- /dev/null +++ b/drivers/gpu/nvgpu/gm20b/Makefile @@ -0,0 +1,11 @@ +GCOV_PROFILE := y +ccflags-y += -Idrivers/gpu/nvgpu +ccflags-y += -Wno-multichar + +obj-$(CONFIG_GK20A) = \ + hal_gm20b.o \ + ltc_gm20b.o \ + gr_gm20b.o \ + gr_gm20b.o \ + fb_gm20b.o \ + gm20b_gating_reglist.o -- cgit v1.2.2