diff --git a/mk/help.mk b/mk/help.mk index 3bf1a984f7..b4ff616ef7 100644 --- a/mk/help.mk +++ b/mk/help.mk @@ -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" diff --git a/mk/targets.mk b/mk/targets.mk index 9b6838c9d7..2e12f604b2 100644 --- a/mk/targets.mk +++ b/mk/targets.mk @@ -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