summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/nvrm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/nvrm/Makefile')
-rw-r--r--arch/arm/mach-tegra/nvrm/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/nvrm/Makefile b/arch/arm/mach-tegra/nvrm/Makefile
new file mode 100644
index 000000000000..ee4c2ad6a43f
--- /dev/null
+++ b/arch/arm/mach-tegra/nvrm/Makefile
@@ -0,0 +1,17 @@
+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
+
+obj-y += core/ap15/
+obj-y += core/ap20/
+obj-y += core/common/
+
+obj-y += io/common/
+obj-y += io/ap15/
+obj-y += io/ap20/
+