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

Side by Side Diff: arch/arm/mach-tegra/nv/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/Kconfig ('k') | arch/arm/mach-tegra/nv/include/ap20/arafi.h » ('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
2 ccflags-y += -DNV_IS_AVP=0
3 ccflags-y += -DNV_OAL=0
4 ccflags-y += -DNV_USE_FUSE_CLOCK_ENABLE=0
5 ifeq ($(CONFIG_MACH_TEGRA_GENERIC_DEBUG),y)
6 ccflags-y += -DNV_DEBUG=1
7 else
8 ccflags-y += -DNV_DEBUG=0
9 endif
10 ccflags-y += -Iarch/arm/mach-tegra/nv/include
11
12
13 obj-$(CONFIG_TEGRA_NVRM) += nvrm_user.o
14 obj-$(CONFIG_TEGRA_NVRM) += nvrm/
15 obj-$(CONFIG_TEGRA_NVRM) += nvreftrack/
16
17 obj-$(CONFIG_TEGRA_NVOS) += nvos_user.o
18 obj-$(CONFIG_TEGRA_NVOS) += nvos/
19
20 obj-$(CONFIG_TEGRA_NVMAP) += nvmap.o
OLDNEW
« no previous file with comments | « arch/arm/mach-tegra/nv/Kconfig ('k') | arch/arm/mach-tegra/nv/include/ap20/arafi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698