ARM: mach-at91: arm926ejs: Add SYSRESET conditional
authorSergiu Moga <sergiu.moga@microchip.com>
Fri, 1 Apr 2022 09:27:26 +0000 (12:27 +0300)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 26 Apr 2022 06:52:26 +0000 (09:52 +0300)
This commit adds a condition to the Makefile so that whenever the SYSRESET
option is chosen in the configuration, the default reset driver is ignored.

Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
arch/arm/mach-at91/arm926ejs/Makefile

index f306b17..902dd3a 100644 (file)
@@ -18,7 +18,9 @@ obj-$(CONFIG_SAM9X60)         += sam9x60_devices.o
 obj-$(CONFIG_AT91_EFLASH)      += eflash.o
 obj-y += clock.o
 obj-y += cpu.o
+ifndef CONFIG_$(SPL_TPL_)SYSRESET
 obj-y  += reset.o
+endif
 ifneq ($(CONFIG_ATMEL_PIT_TIMER),y)
 ifneq ($(CONFIG_MCHP_PIT64B_TIMER),y)
 # old non-DM timer driver