Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: arch/arm/mach-tegra/nv/nvrm/core/ap15/Makefile

Issue 3256004: [ARM] tegra: add nvos/nvrm/nvmap drivers (Closed) Base URL: ssh://git@gitrw.chromium.org/kernel.git
Patch Set: remove ap15 headers Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ccflags-y += -DNV_IS_AVP=0
2 ccflags-y += -DNV_OAL=0
3 ccflags-y += -DNV_USE_FUSE_CLOCK_ENABLE=0
4 ifeq ($(CONFIG_MACH_TEGRA_GENERIC_DEBUG),y)
5 ccflags-y += -DNV_DEBUG=1
6 else
7 ccflags-y += -DNV_DEBUG=0
8 endif
9 ccflags-y += -Iarch/arm/mach-tegra/nv/include
10 ccflags-y += -Iarch/arm/mach-tegra/nv/nvrm/core/common
11 ccflags-y += -Iarch/arm/mach-tegra/nv/nvrm/core
12
13 #obj-y += ap15rm_init.o
OLDNEW
« no previous file with comments | « arch/arm/mach-tegra/nv/nvrm/core/Makefile ('k') | arch/arm/mach-tegra/nv/nvrm/core/ap15/ap15rm_clocks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698