mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +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:
parent
2e8271bb0f
commit
6715565727
@ -44,7 +44,11 @@ CODE_SOURCERY ?= YES
|
|||||||
TCHAIN_PREFIX ?= arm-none-eabi-
|
TCHAIN_PREFIX ?= arm-none-eabi-
|
||||||
|
|
||||||
# Remove command is different for Code Sourcery on Windows
|
# 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
|
FLASH_TOOL = OPENOCD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user