mk: ERLEBOARD add targets and help

This commit is contained in:
Víctor Mayoral Vilches 2015-09-21 12:34:54 +02:00 committed by Andrew Tridgell
parent 3b5d73b1fe
commit fa5fb0a56a
2 changed files with 4 additions and 3 deletions

View File

@ -33,3 +33,4 @@ help:
@echo " bbbmini - the Beagle Bone Black mini"
@echo " bebop - the Parrot Bebop"
@echo " raspilot - the RaspberryPi + pilot cape combination"
@echo " erleboard - the ErleBoard legacy design"

View File

@ -32,9 +32,9 @@ linux: HAL_BOARD = HAL_BOARD_LINUX
linux: TOOLCHAIN = NATIVE
linux: all
erle: HAL_BOARD = HAL_BOARD_LINUX
erle: TOOLCHAIN = BBONE
erle: all
erleboard: HAL_BOARD = HAL_BOARD_LINUX
erleboard: TOOLCHAIN = BBONE
erleboard: all
zynq: HAL_BOARD = HAL_BOARD_LINUX
zynq: TOOLCHAIN = ZYNQ