diff --git a/arch/x86_64/src/intel64/Make.defs b/arch/x86_64/src/intel64/Make.defs index 79843c76400..2c98efe6f51 100644 --- a/arch/x86_64/src/intel64/Make.defs +++ b/arch/x86_64/src/intel64/Make.defs @@ -59,7 +59,7 @@ ifeq ($(CONFIG_MM_PGALLOC),y) CHIP_CSRCS += intel64_pgalloc.c endif -ifeq ($(CONFIG_ARCH_HAVE_TESTSET), y) +ifeq ($(CONFIG_ARCH_HAVE_TESTSET),y) CHIP_ASRCS += intel64_testset.S endif