blob: 76d8d6f2a5c8415f2f41de1e98ae88af4fcbd252 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
GCOV_PROFILE := y
subdir-ccflags-y += -Werror
################################################################################
# tegra platform drivers
obj-$(CONFIG_ARCH_TEGRA_18x_SOC) += tegra_cpufreq.o
obj-$(CONFIG_ARCH_TEGRA_18x_SOC) += tegra_cluster_clk.o
obj-$(CONFIG_ARCH_TEGRA_18x_SOC) += tegra_cpufreq_hv.o
################################################################################
|