style/Make.defs: remove unnecessary trailing whitespace

N/A

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2020-11-28 11:52:49 +08:00 committed by Abdelatif Guettouche
parent 32ba194372
commit 069f481f29
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ endif
ifeq ($(CONFIG_S32K1XX_EEEPROM),y)
CHIP_CSRCS += s32k1xx_eeeprom.c
endif
endif
# Source files specific to the ARM CPU family and to the S32K1xx chip family

View File

@ -34,7 +34,7 @@ CMN_CSRCS += up_map_region.c
# Required Intel64 files
CHIP_ASRCS = intel64_saveusercontext.S intel64_fullcontextrestore.S intel64_vectors.S intel64_head.S
CHIP_CSRCS = intel64_handlers.c intel64_idle.c intel64_lowsetup.c
CHIP_CSRCS = intel64_handlers.c intel64_idle.c intel64_lowsetup.c
CHIP_CSRCS += intel64_serial.c intel64_rng.c intel64_check_capability.c
# Configuration-dependent intel64 files