ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_all
[oweals/u-boot.git] / common / Makefile
index 97c59fe499a26beb8f51ec40435de385023597c1..34cb8987eb6e745b0b267d841d442f380718ef41 100644 (file)
@@ -15,10 +15,7 @@ ifdef CONFIG_SYS_HUSH_PARSER
 obj-y += cli_hush.o
 endif
 
-# This option is not just y/n - it can have a numeric value
-ifdef CONFIG_BOOTDELAY
-obj-y += autoboot.o
-endif
+obj-$(CONFIG_AUTOBOOT) += autoboot.o
 
 # This option is not just y/n - it can have a numeric value
 ifdef CONFIG_BOOT_RETRY_TIME