| 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
|
|
|