Index: arch/arm/mach-tegra/nv/nvos/Makefile |
diff --git a/arch/arm/mach-tegra/nv/nvos/Makefile b/arch/arm/mach-tegra/nv/nvos/Makefile |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f1e4be89646084dbf12201fa5fdcedd2799326a4 |
--- /dev/null |
+++ b/arch/arm/mach-tegra/nv/nvos/Makefile |
@@ -0,0 +1,14 @@ |
+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 |
+ |
+obj-y += nvos.o |
+obj-y += nvos_page.o |
+obj-y += nvustring.o |
+obj-y += nvos_exports.o |