summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Makefile
blob: 7c4c1fd137b1b12d904fdd8122d0b21af4c59547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CFLAGS_tegra_avp_init.o := \
	-mcpu=arm7tdmi -march=armv4t \
	-fno-tree-switch-conversion -fno-jump-tables
CFLAGS_pbl-tegra_avp_init.o := \
	-mcpu=arm7tdmi -march=armv4t \
	-fno-tree-switch-conversion -fno-jump-tables
CFLAGS_tegra_maincomplex_init.o := \
	-fno-tree-switch-conversion -fno-jump-tables
CFLAGS_pbl-tegra_maincomplex_init.o := \
	-fno-tree-switch-conversion -fno-jump-tables
lwl-y += tegra_avp_init.o
lwl-y += tegra_maincomplex_init.o
obj-y += tegra20.o
obj-y += tegra20-pmc.o
obj-y += tegra20-timer.o
obj-$(CONFIG_BAREBOX_UPDATE) += tegra-bbu.o