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

Unified Diff: arch/arm/mach-tegra/nv/nvrm/core/ap15/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
« no previous file with comments | « arch/arm/mach-tegra/nv/nvrm/core/Makefile ('k') | arch/arm/mach-tegra/nv/nvrm/core/ap15/ap15rm_clocks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/nv/nvrm/core/ap15/Makefile
diff --git a/arch/arm/mach-tegra/nv/nvrm/core/ap15/Makefile b/arch/arm/mach-tegra/nv/nvrm/core/ap15/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..293e65fba4decbe73b397e21510f2bf83eb57e2b
--- /dev/null
+++ b/arch/arm/mach-tegra/nv/nvrm/core/ap15/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 += ap15rm_init.o
« no previous file with comments | « arch/arm/mach-tegra/nv/nvrm/core/Makefile ('k') | arch/arm/mach-tegra/nv/nvrm/core/ap15/ap15rm_clocks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698