Small minor issue with the makefile

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@286 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
mmi
2017-11-21 13:47:53 +00:00
parent c7c1699e12
commit bb85861d18

View File

@@ -19,8 +19,6 @@ export RELEASE_DEFINES = \
-DRELEASE_BRANCH=$(RELEASE_BRANCH) \
-DRELEASE_PATCH=$(RELEASE_PATCH) \
export PLATFORM = -D$(PLATFORM_OLIMEX_STM32_H107)
BINARY = hsb_mrts_$(PLATFORM_OLIMEX_STM32_H107).bin
@@ -34,6 +32,7 @@ debug: export ADDITIONAL_SWITCHES = -DENABLE_SERIAL_LOGGING -DENABLE_HW_VALIDATI
debug:
$(MAKE) pho_hsb_olimex_stm32_h107
pho_hsb_olimex_stm32_h107: export PLATFORM = -D$(PLATFORM_OLIMEX_STM32_H107)
pho_hsb_olimex_stm32_h107:
@echo ------------------------------------------
@echo MAKE: $@