Re-organisation done

Code compiles (not checked, though. Working from home now)

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@223 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
mmi
2017-09-28 18:04:30 +00:00
parent 1026e47257
commit 888601f8cf
4 changed files with 56 additions and 27 deletions

View File

@@ -7,6 +7,7 @@ pho_hsb_olimex_stm32_h107:
@echo MAKE: $@
@echo ------------------------------------------
$(MAKE) -C STM32F10x_StdPeriph_Lib_V3.5.0
$(MAKE) -C Platform
$(MAKE) -C HAL
$(MAKE) -C hsb-mrts
@@ -16,6 +17,7 @@ pho_hsb_olimex_stm32_h107:
clean:
$(MAKE) -C STM32F10x_StdPeriph_Lib_V3.5.0 clean
$(MAKE) -C HAL clean
$(MAKE) -C Platform clean
$(MAKE) -C hsb-mrts clean
.PHONY: all clean