8 lines
192 B
Makefile
8 lines
192 B
Makefile
|
subdir-ccflags-y += -Werror
|
||
|
|
||
|
obj-$(CONFIG_CPU_IDLE_TEGRA18X) += cpuidle-tegra18x.o
|
||
|
|
||
|
ifdef CONFIG_ARCH_TEGRA_19x_SOC
|
||
|
obj-$(CONFIG_CPU_IDLE_TEGRA19X) += cpuidle-tegra19x.o
|
||
|
endif
|