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

Side by Side Diff: arch/arm/mach-tegra/nv/nvrm/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
10 obj-y += core/
11 #obj-y += core/ap20/
12 #obj-y += core/common/
13
14 #obj-y += io/common/
15 #obj-y += io/ap15/
16 #obj-y += io/ap20/
17
18
19
20 obj-y += dispatch/
OLDNEW
« no previous file with comments | « arch/arm/mach-tegra/nv/nvreftrack/nvreftrack.c ('k') | arch/arm/mach-tegra/nv/nvrm/core/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698