8 lines
101 B
Makefile
8 lines
101 B
Makefile
|
ifdef CONFIG_ARCH_TEGRA_19x_SOC
|
||
|
|
||
|
ccflags-y += -Werror
|
||
|
|
||
|
obj-$(CONFIG_ARM64_RAS) += arm64_ras.o
|
||
|
|
||
|
endif
|