| Index: arch/arm/mach-tegra/nv/nvrm/core/Makefile
|
| diff --git a/arch/arm/mach-tegra/nv/nvrm/core/Makefile b/arch/arm/mach-tegra/nv/nvrm/core/Makefile
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..728fa0b544af5830dbe5ed93088615c2bae2c4d7
|
| --- /dev/null
|
| +++ b/arch/arm/mach-tegra/nv/nvrm/core/Makefile
|
| @@ -0,0 +1,12 @@
|
| +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 += ap15/
|
| +obj-y += common/
|
|
|