Skip to content

Commit f4ec476

Browse files
committed
feat(sptool): delete c version of the sptool
Change-Id: I224762ef66624c78dd87729dac80b2c956ee50ba Signed-off-by: J-Alves <joao.alves@arm.com>
1 parent 822c727 commit f4ec476

File tree

4 files changed

+0
-392
lines changed

4 files changed

+0
-392
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ tools/amlogic/doimage
3030
tools/stm32image/*.o
3131
tools/stm32image/stm32image
3232
tools/stm32image/stm32image.exe
33-
tools/sptool/sptool
34-
tools/sptool/sptool.exe
3533
tools/sptool/__pycache__/
3634

3735
# GNU GLOBAL files

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,6 @@ else
13761376
# to pass the gnumake flags to nmake.
13771377
${Q}set MAKEFLAGS= && ${MSVC_NMAKE} /nologo /f ${FIPTOOLPATH}/Makefile.msvc FIPTOOLPATH=$(subst /,\,$(FIPTOOLPATH)) FIPTOOL=$(subst /,\,$(FIPTOOL)) realclean
13781378
endif
1379-
${Q}${MAKE} --no-print-directory -C ${SPTOOLPATH} clean
13801379
${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${CRTTOOLPATH} realclean
13811380
${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${ENCTOOLPATH} realclean
13821381
${Q}${MAKE} --no-print-directory -C ${ROMLIBPATH} clean
@@ -1470,10 +1469,6 @@ else
14701469
${Q}set MAKEFLAGS= && ${MSVC_NMAKE} /nologo /f ${FIPTOOLPATH}/Makefile.msvc FIPTOOLPATH=$(subst /,\,$(FIPTOOLPATH)) FIPTOOL=$(subst /,\,$(FIPTOOL))
14711470
endif
14721471

1473-
sptool: ${SPTOOL}
1474-
${SPTOOL}: FORCE
1475-
${Q}${MAKE} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" SPTOOL=${SPTOOL} --no-print-directory -C ${SPTOOLPATH}
1476-
14771472
romlib.bin: libraries FORCE
14781473
${Q}${MAKE} PLAT_DIR=${PLAT_DIR} BUILD_PLAT=${BUILD_PLAT} ENABLE_BTI=${ENABLE_BTI} ARM_ARCH_MINOR=${ARM_ARCH_MINOR} INCLUDES='${INCLUDES}' DEFINES='${DEFINES}' --no-print-directory -C ${ROMLIBPATH} all
14791474

include/tools_share/sptool.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)