| Index: arch/arm/mach-tegra/nv/nvrm/core/common/Makefile
|
| diff --git a/arch/arm/mach-tegra/nv/nvrm/core/common/Makefile b/arch/arm/mach-tegra/nv/nvrm/core/common/Makefile
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..44d3ba199e30dfb43240ff90fec1f988c187fc49
|
| --- /dev/null
|
| +++ b/arch/arm/mach-tegra/nv/nvrm/core/common/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 += nvrm_rmctrace.o
|
|
|