diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/arm/armv4/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/arm/armv4/Makefile.inc b/src/arch/arm/armv4/Makefile.inc index 8557451c7c..5f12a6a545 100644 --- a/src/arch/arm/armv4/Makefile.inc +++ b/src/arch/arm/armv4/Makefile.inc @@ -44,12 +44,12 @@ endif # CONFIG_ARCH_BOOTBLOCK_ARMV4 ## Verstage ################################################################################ -ifeq ($(CONFIG_ARCH_VERSTAGE_ARM_V4),y) +ifeq ($(CONFIG_ARCH_VERSTAGE_ARMV4),y) verstage-c-ccopts += $(armv4_flags) verstage-S-ccopts += $(armv4_flags) verstage-y += cache.c -endif # CONFIG_ARCH_VERSTAGE_ARM_V4 +endif # CONFIG_ARCH_VERSTAGE_ARMV4 ############################################################################### # romstage |