Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1393)

Unified Diff: arch/arm/mach-tegra/nv/nvrm/core/common/Makefile

Issue 3256004: [ARM] tegra: add nvos/nvrm/nvmap drivers (Closed) Base URL: ssh://git@gitrw.chromium.org/kernel.git
Patch Set: remove ap15 headers Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: arch/arm/mach-tegra/nv/nvrm/core/common/Makefile
diff --git a/arch/arm/mach-tegra/nv/nvrm/core/common/Makefile b/arch/arm/mach-tegra/nv/nvrm/core/common/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..44d3ba199e30dfb43240ff90fec1f988c187fc49
--- /dev/null
+++ b/arch/arm/mach-tegra/nv/nvrm/core/common/Makefile
@@ -0,0 +1,13 @@
+ccflags-y += -DNV_IS_AVP=0
+ccflags-y += -DNV_OAL=0
+ccflags-y += -DNV_USE_FUSE_CLOCK_ENABLE=0
+ifeq ($(CONFIG_MACH_TEGRA_GENERIC_DEBUG),y)
+ccflags-y += -DNV_DEBUG=1
+else
+ccflags-y += -DNV_DEBUG=0
+endif
+ccflags-y += -Iarch/arm/mach-tegra/nv/include
+ccflags-y += -Iarch/arm/mach-tegra/nv/nvrm/core/common
+ccflags-y += -Iarch/arm/mach-tegra/nv/nvrm/core
+
+obj-y += nvrm_rmctrace.o

Powered by Google App Engine
This is Rietveld 408576698