2 # Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org
3 # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, write to the Free Software Foundation, Inc.,
17 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 ifndef FLIGHT_MAKEFILE
21 $(error Top level Makefile must be used to build this target
)
24 include ..
/board-info.mk
25 include $(FLIGHT_ROOT_DIR
)/make
/firmware-defs.mk
26 include $(FLIGHT_ROOT_DIR
)/make
/boot-defs.mk
27 include $(FLIGHT_ROOT_DIR
)/make
/common-defs.mk
29 $(info Making bootloader for CCF3D
, board revision
$(BOARD_REVISION
))