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

Side by Side Diff: arch/arm/mach-tegra/nv/nvrm/core/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
« no previous file with comments | « arch/arm/mach-tegra/nv/nvrm/Makefile ('k') | arch/arm/mach-tegra/nv/nvrm/core/ap15/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 #obj-y += ap15/
12 obj-y += common/
OLDNEW
« no previous file with comments | « arch/arm/mach-tegra/nv/nvrm/Makefile ('k') | arch/arm/mach-tegra/nv/nvrm/core/ap15/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698