arch\x86_64: Fix Make style

- Remove spaces from make file

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18
2026-03-23 16:35:03 +01:00
committed by Matteo Golin
parent fbd63b5d2b
commit 1bbe9276df
+1 -1
View File
@@ -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