1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Make CODE_SOURCERY switch affect rm command

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@909 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
peabody124 2010-06-27 19:44:39 +00:00 committed by peabody124
parent 2e8271bb0f
commit 6715565727

View File

@ -44,7 +44,11 @@ CODE_SOURCERY ?= YES
TCHAIN_PREFIX ?= arm-none-eabi-
# Remove command is different for Code Sourcery on Windows
REMOVE_CMD ?= cs-rm
ifeq ($(CODE_SOURCERY), YES)
REMOVE_CMD = cs-rm
else
REMOVE_CMD = rm
endif
FLASH_TOOL = OPENOCD