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/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 drivers/gpu/nvgpu/Makefile (limited to 'drivers/gpu/nvgpu/Makefile') diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile new file mode 100644 index 00000000..0fb6090a --- /dev/null +++ b/drivers/gpu/nvgpu/Makefile @@ -0,0 +1,7 @@ +GCOV_PROFILE := y + +ccflags-y += -Wno-multichar +ccflags-y += -Werror + +obj-$(CONFIG_GK20A) += gk20a/ +obj-$(CONFIG_GK20A) += gm20b/ -- cgit v1.2.2