Files
hsb/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Makefile
mmi 1bcb4809db - added IODevice support
- fixed some issues with the logger and stack sizes

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@216 05563f52-14a8-4384-a975-3d1654cca0fa
2017-09-26 11:11:33 +00:00

15 lines
226 B
Makefile

all:
$(MAKE) -C Keypad
$(MAKE) -C Display
$(MAKE) -C Misc
$(MAKE) -C Platform
clean:
$(MAKE) -C Keypad clean
$(MAKE) -C Display clean
$(MAKE) -C Misc clean
$(MAKE) -C Platform clean
.PHONY: all clean